Html Css Color HEX #255142 Te Papa Green

📋 copy color: '#255142'

red 37 ◦ green 81 ◦ blue 66

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

Shades of Te Papa Green #255142

Tints of Te Papa Green #255142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.02%

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

R = 20.11%
G = 44.02%
B = 35.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#255142 (or 0x255142) is known color: Te Papa Green. HEX triplet: 25, 51 and 42. RGB value is (37,81,66). Sum of RGB (Red+Green+Blue) = 37+81+66=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #255142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255142 is #DAAEBD. Grayscale: #424242. Windows color (decimal): -14331582 or 4346149. OLE color: 4346149.

HSL color Cylindrical-coordinate representation of color #255142: hue angle of 159.55º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255142 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 81 66 -
CMYK 0.54 0 0.19 0.68
HSL 159.55º 0.37% 0.23% -
HSV(B) 159.55º 0.54% 0.32% -
XYZ 4.69 6.67 6.19 -
YUV 66.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 37 81 66 0.54 0 0.19 0.68 159.55 0.37 0.23
Hex 25 51 42 36 0 13 44 A0 25 17
Octal 45 121 102 66 0 23 104 240 45 27
Binary 100101 1010001 1000010 110110 0 10011 1000100 10100000 100101 10111

Color Harmonies of #255142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255142

Black with #255142

Text Example


Text Example

White with #255142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255142; }

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

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

background-color css

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

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

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

border-color css

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

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

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