#255034

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

Shades of Kaitoke Green #255034

Tints of Kaitoke Green #255034

Color information

#255034 (or 0x255034) is unknown color: approx Kaitoke Green. HEX triplet: 25, 50 and 34. RGB value is (37,80,52). Sum of RGB (Red+Green+Blue) = 37+80+52=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #255034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255034 is #DAAFCB. Grayscale: #404040. Windows color (decimal): -14331852 or 3428389. OLE color: 3428389.

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

Color convert

RGB378052-
CMYK0.5400.350.69
HSL140.93º36.75%22.94%-
HSV(B)140.93º53.75%31.37%-
XYZ4.256.384.26-
YUV63.95121.25108.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=21.89%
G=47.34%
B=30.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780520.5400.350.69140.9336.7522.94
Hex25503436023458d2517
Octal4512064660431052154527
Binary1001011010000110100110110010001110001011000110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255034; }

 p { color: rgb(37,80,52); }

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

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

 a { background-color: rgb(37,80,52); }

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

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

 span { border-color: rgb(37,80,52); }

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