#254E2E

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

Shades of Kaitoke Green #254E2E

Tints of Kaitoke Green #254E2E

Color information

#254E2E (or 0x254E2E) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4E and 2E. RGB value is (37,78,46). Sum of RGB (Red+Green+Blue) = 37+78+46=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #254E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E2E is #DAB1D1. Grayscale: #3E3E3E. Windows color (decimal): -14332370 or 3034661. OLE color: 3034661.

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

Color convert

RGB377846-
CMYK0.5300.410.69
HSL133.17º35.65%22.55%-
HSV(B)133.17º52.56%30.59%-
XYZ3.986.043.54-
YUV62.09118.92110.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 78 (30.86% from 255) = 48.45%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=22.98%
G=48.45%
B=28.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3778460.5300.410.69133.1735.6522.55
Hex254E2E3502945852417
Octal4511656650511052054427
Binary1001011001110101110110101010100110001011000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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