#254B2F

Color #254B2F Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #254B2F

Tints of Kaitoke Green #254B2F

Color information

#254B2F (or 0x254B2F) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4B and 2F. RGB value is (37,75,47). Sum of RGB (Red+Green+Blue) = 37+75+47=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #254B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B2F is #DAB4D0. Grayscale: #3C3C3C. Windows color (decimal): -14333137 or 3099429. OLE color: 3099429.

HSL color Cylindrical-coordinate representation of color #254B2F: hue angle of 135.79º 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 #254B2F is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB377547-
CMYK0.5100.370.71
HSL135.79º33.93%21.96%-
HSV(B)135.79º50.67%29.41%-
XYZ3.795.633.58-
YUV60.45120.41111.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=23.27%
G=47.17%
B=29.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775470.5100.370.71135.7933.9321.96
Hex254B2F3302547882216
Octal4511357630451072104226
Binary1001011001011101111110011010010110001111000100010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #254B2F;
 }
 .AnyTagClassName
 {
   color: #254B2F;
 }
</style>
background-color css

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

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

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

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

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

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