#255135

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

Shades of Kaitoke Green #255135

Tints of Kaitoke Green #255135

Color information

#255135 (or 0x255135) is unknown color: approx Kaitoke Green. HEX triplet: 25, 51 and 35. RGB value is (37,81,53). Sum of RGB (Red+Green+Blue) = 37+81+53=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #255135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255135 is #DAAECA. Grayscale: #404040. Windows color (decimal): -14331595 or 3494181. OLE color: 3494181.

HSL color Cylindrical-coordinate representation of color #255135: hue angle of 141.82º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255135 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB378153-
CMYK0.5400.350.68
HSL141.82º37.29%23.14%-
HSV(B)141.82º54.32%31.76%-
XYZ4.356.544.4-
YUV64.65121.42108.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=21.64%
G=47.37%
B=30.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781530.5400.350.68141.8237.2923.14
Hex25513536023448e2517
Octal4512165660431042164527
Binary1001011010001110101110110010001110001001000111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255135; }

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

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

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

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

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

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

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

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