Html Css Color HEX #254B40 Te Papa Green

📋 copy color: '#254B40'

red 37 ◦ green 75 ◦ blue 64

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

Shades of Te Papa Green #254B40

Tints of Te Papa Green #254B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.61%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 21.02%
G = 42.61%
B = 36.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#254B40 (or 0x254B40) is known color: Te Papa Green. HEX triplet: 25, 4B and 40. RGB value is (37,75,64). Sum of RGB (Red+Green+Blue) = 37+75+64=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #254B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B40 is #DAB4BF. Grayscale: #3E3E3E. Windows color (decimal): -14333120 or 4213541. OLE color: 4213541.

HSL color Cylindrical-coordinate representation of color #254B40: hue angle of 162.63º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B40 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 75 64 -
CMYK 0.51 0 0.15 0.71
HSL 162.63º 0.34% 0.22% -
HSV(B) 162.63º 0.51% 0.29% -
XYZ 4.2 5.8 5.75 -
YUV 62.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 37 75 64 0.51 0 0.15 0.71 162.63 0.34 0.22
Hex 25 4B 40 33 0 F 47 A3 22 16
Octal 45 113 100 63 0 17 107 243 42 26
Binary 100101 1001011 1000000 110011 0 1111 1000111 10100011 100010 10110

Color Harmonies of #254B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B40

Black with #254B40

Text Example


Text Example

White with #254B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,75,64); }

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

background-color css

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

 a { background-color: rgb(37,75,64); }

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

border-color css

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

 span { border-color: rgb(37,75,64); }

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