Html Css Color HEX #255442 Te Papa Green

📋 copy color: '#255442'

red 37 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #255442

Tints of Te Papa Green #255442

RGB

 RED value IS 37 (14.84% from 255) = 19.79%

 GREEN value IS 84 (33.2% from 255) = 44.92%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 19.79%
G = 44.92%
B = 35.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#255442 (or 0x255442) is known color: Te Papa Green. HEX triplet: 25, 54 and 42. RGB value is (37,84,66). Sum of RGB (Red+Green+Blue) = 37+84+66=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #255442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255442 is #DAABBD. Grayscale: #434343. Windows color (decimal): -14330814 or 4346917. OLE color: 4346917.

HSL color Cylindrical-coordinate representation of color #255442: hue angle of 157.02º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255442 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 84 66 -
CMYK 0.56 0 0.21 0.67
HSL 157.02º 0.39% 0.24% -
HSV(B) 157.02º 0.56% 0.33% -
XYZ 4.92 7.13 6.27 -
YUV 67.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 37 84 66 0.56 0 0.21 0.67 157.02 0.39 0.24
Hex 25 54 42 38 0 15 43 9D 27 18
Octal 45 124 102 70 0 25 103 235 47 30
Binary 100101 1010100 1000010 111000 0 10101 1000011 10011101 100111 11000

Color Harmonies of #255442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255442

Black with #255442

Text Example


Text Example

White with #255442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255442; }

 p { color: rgb(37,84,66); }

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

background-color css

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

 a { background-color: rgb(37,84,66); }

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

border-color css

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

 span { border-color: rgb(37,84,66); }

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