#254E34

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

Shades of Kaitoke Green #254E34

Tints of Kaitoke Green #254E34

Color information

#254E34 (or 0x254E34) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4E and 34. RGB value is (37,78,52). Sum of RGB (Red+Green+Blue) = 37+78+52=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #254E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E34 is #DAB1CB. Grayscale: #3E3E3E. Windows color (decimal): -14332364 or 3427877. OLE color: 3427877.

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

Color convert

RGB377852-
CMYK0.5300.330.69
HSL141.95º35.65%22.55%-
HSV(B)141.95º52.56%30.59%-
XYZ4.116.094.21-
YUV62.78121.92109.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 52 (20.70% from 255) = 31.14%
R=22.16%
G=46.71%
B=31.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3778520.5300.330.69141.9535.6522.55
Hex254E3435021458e2417
Octal4511664650411052164427
Binary1001011001110110100110101010000110001011000111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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