#254930

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

Shades of Kaitoke Green #254930

Tints of Kaitoke Green #254930

Color information

#254930 (or 0x254930) is unknown color: approx Kaitoke Green. HEX triplet: 25, 49 and 30. RGB value is (37,73,48). Sum of RGB (Red+Green+Blue) = 37+73+48=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #254930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254930 is #DAB6CF. Grayscale: #3B3B3B. Windows color (decimal): -14333648 or 3164453. OLE color: 3164453.

HSL color Cylindrical-coordinate representation of color #254930: hue angle of 138.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254930 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB377348-
CMYK0.4900.340.71
HSL138.33º32.73%21.57%-
HSV(B)138.33º49.32%28.63%-
XYZ3.685.373.64-
YUV59.39121.57112.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=23.42%
G=46.20%
B=30.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3773480.4900.340.71138.3332.7321.57
Hex25493031022478a2116
Octal4511160610421072124126
Binary1001011001001110000110001010001010001111000101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254930; }

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

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

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

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

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

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

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

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