#254F30

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

Shades of Kaitoke Green #254F30

Tints of Kaitoke Green #254F30

Color information

#254F30 (or 0x254F30) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 30. RGB value is (37,79,48). Sum of RGB (Red+Green+Blue) = 37+79+48=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #254F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F30 is #DAB0CF. Grayscale: #3E3E3E. Windows color (decimal): -14332112 or 3165989. OLE color: 3165989.

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

Color convert

RGB377948-
CMYK0.5300.390.69
HSL135.71º36.21%22.75%-
HSV(B)135.71º53.16%30.98%-
XYZ4.096.23.78-
YUV62.91119.59109.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=22.56%
G=48.17%
B=29.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3779480.5300.390.69135.7136.2122.75
Hex254F303502745882417
Octal4511760650471052104427
Binary1001011001111110000110101010011110001011000100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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