#254E30

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

Shades of Kaitoke Green #254E30

Tints of Kaitoke Green #254E30

Color information

#254E30 (or 0x254E30) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4E and 30. RGB value is (37,78,48). Sum of RGB (Red+Green+Blue) = 37+78+48=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #254E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E30 is #DAB1CF. Grayscale: #3E3E3E. Windows color (decimal): -14332368 or 3165733. OLE color: 3165733.

HSL color Cylindrical-coordinate representation of color #254E30: hue angle of 136.1º 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 #254E30 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB377848-
CMYK0.5300.380.69
HSL136.1º35.65%22.55%-
HSV(B)136.1º52.56%30.59%-
XYZ4.026.063.75-
YUV62.32119.92109.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 78 (30.86% from 255) = 47.85%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=22.70%
G=47.85%
B=29.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3778480.5300.380.69136.135.6522.55
Hex254E303502645882417
Octal4511660650461052104427
Binary1001011001110110000110101010011010001011000100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,78,48); }

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

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

 a { background-color: rgb(37,78,48); }

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

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

 span { border-color: rgb(37,78,48); }

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