#254F2D

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

Shades of Kaitoke Green #254F2D

Tints of Kaitoke Green #254F2D

Color information

#254F2D (or 0x254F2D) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 2D. RGB value is (37,79,45). Sum of RGB (Red+Green+Blue) = 37+79+45=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #254F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F2D is #DAB0D2. Grayscale: #3E3E3E. Windows color (decimal): -14332115 or 2969381. OLE color: 2969381.

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

Color convert

RGB377945-
CMYK0.5300.430.69
HSL131.43º36.21%22.75%-
HSV(B)131.43º53.16%30.98%-
XYZ4.036.173.46-
YUV62.57118.09109.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 79 (31.25% from 255) = 49.07%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=22.98%
G=49.07%
B=27.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779450.5300.430.69131.4336.2122.75
Hex254F2D3502B45832417
Octal4511755650531052034427
Binary1001011001111101101110101010101110001011000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,79,45); }

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

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

 a { background-color: rgb(37,79,45); }

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

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

 span { border-color: rgb(37,79,45); }

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