Html Css Color HEX #305044 Te Papa Green

📋 copy color: '#305044'

red 48 ◦ green 80 ◦ blue 68

#305044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #305044

Tints of Te Papa Green #305044

RGB

 RED value IS 48 (19.14% from 255) = 24.49%

 GREEN value IS 80 (31.64% from 255) = 40.82%

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 24.49%
G = 40.82%
B = 34.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#305044 (or 0x305044) is known color: Te Papa Green. HEX triplet: 30, 50 and 44. RGB value is (48,80,68). Sum of RGB (Red+Green+Blue) = 48+80+68=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #305044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305044 is #CFAFBB. Grayscale: #454545. Windows color (decimal): -13610940 or 4476976. OLE color: 4476976.

HSL color Cylindrical-coordinate representation of color #305044: hue angle of 157.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305044 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 68 -
CMYK 0.40 0 0.15 0.69
HSL 157.5º 0.25% 0.25% -
HSV(B) 157.5º 0.4% 0.31% -
XYZ 5.13 6.78 6.51 -
YUV 69.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 48 80 68 0.40 0 0.15 0.69 157.5 0.25 0.25
Hex 30 50 44 28 0 F 45 9E 19 19
Octal 60 120 104 50 0 17 105 236 31 31
Binary 110000 1010000 1000100 101000 0 1111 1000101 10011110 11001 11001

Color Harmonies of #305044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305044

Black with #305044

Text Example


Text Example

White with #305044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305044; }

 p { color: rgb(48,80,68); }

 H1.HeaderClassName
 {
   color: #305044;
 }
 .AnyTagClassName
 {
   color: #305044;
 }
</style>

background-color css

<style>
 a { background-color: #305044; }

 a { background-color: rgb(48,80,68); }

 div.DivClassName
 {
   background-color: #305044;
 }
 .BgClassName
 {
   background-color: #305044;
 }
</style>

border-color css

<style>
 span { border-color: #305044; }

 span { border-color: rgb(48,80,68); }

 td.TdClassName
 {
   border-color: #305044;
 }
 .TagClassName
 {
   border-color: #305044;
 }
</style>