Html Css Color HEX #254F42 Te Papa Green

📋 copy color: '#254F42'

red 37 ◦ green 79 ◦ blue 66

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

Shades of Te Papa Green #254F42

Tints of Te Papa Green #254F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

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

R = 20.33%
G = 43.41%
B = 36.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#254F42 (or 0x254F42) is known color: Te Papa Green. HEX triplet: 25, 4F and 42. RGB value is (37,79,66). Sum of RGB (Red+Green+Blue) = 37+79+66=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #254F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F42 is #DAB0BD. Grayscale: #404040. Windows color (decimal): -14332094 or 4345637. OLE color: 4345637.

HSL color Cylindrical-coordinate representation of color #254F42: hue angle of 161.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F42 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 79 66 -
CMYK 0.53 0 0.16 0.69
HSL 161.43º 0.36% 0.23% -
HSV(B) 161.43º 0.53% 0.31% -
XYZ 4.54 6.38 6.15 -
YUV 64.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 37 79 66 0.53 0 0.16 0.69 161.43 0.36 0.23
Hex 25 4F 42 35 0 10 45 A1 24 17
Octal 45 117 102 65 0 20 105 241 44 27
Binary 100101 1001111 1000010 110101 0 10000 1000101 10100001 100100 10111

Color Harmonies of #254F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F42

Black with #254F42

Text Example


Text Example

White with #254F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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