#254F35

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

Shades of Kaitoke Green #254F35

Tints of Kaitoke Green #254F35

Color information

#254F35 (or 0x254F35) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4F and 35. RGB value is (37,79,53). Sum of RGB (Red+Green+Blue) = 37+79+53=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #254F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F35 is #DAB0CA. Grayscale: #3F3F3F. Windows color (decimal): -14332107 or 3493669. OLE color: 3493669.

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

Color convert

RGB377953-
CMYK0.5300.330.69
HSL142.86º36.21%22.75%-
HSV(B)142.86º53.16%30.98%-
XYZ4.26.244.35-
YUV63.48122.09109.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=21.89%
G=46.75%
B=31.36%

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
Decimal3779530.5300.330.69142.8636.2122.75
Hex254F3535021458f2417
Octal4511765650411052174427
Binary1001011001111110101110101010000110001011000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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