#254B35

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

Shades of Kaitoke Green #254B35

Tints of Kaitoke Green #254B35

Color information

#254B35 (or 0x254B35) is unknown color: approx Kaitoke Green. HEX triplet: 25, 4B and 35. RGB value is (37,75,53). Sum of RGB (Red+Green+Blue) = 37+75+53=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #254B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B35 is #DAB4CA. Grayscale: #3D3D3D. Windows color (decimal): -14333131 or 3492645. OLE color: 3492645.

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

Color convert

RGB377553-
CMYK0.5100.290.71
HSL145.26º33.93%21.96%-
HSV(B)145.26º50.67%29.41%-
XYZ3.925.684.26-
YUV61.13123.41110.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=22.42%
G=45.45%
B=32.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775530.5100.290.71145.2633.9321.96
Hex254B353301D47912216
Octal4511365630351072214226
Binary100101100101111010111001101110110001111001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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