#1F5A36

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

Shades of Kaitoke Green #1F5A36

Tints of Kaitoke Green #1F5A36

Color information

#1F5A36 (or 0x1F5A36) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 5A and 36. RGB value is (31,90,54). Sum of RGB (Red+Green+Blue) = 31+90+54=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A36 is #E0A5C9. Grayscale: #444444. Windows color (decimal): -14722506 or 3562015. OLE color: 3562015.

HSL color Cylindrical-coordinate representation of color #1F5A36: hue angle of 143.39º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5A36 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB319054-
CMYK0.6600.400.65
HSL143.39º48.76%23.73%-
HSV(B)143.39º65.56%35.29%-
XYZ4.897.874.75-
YUV68.26119.95101.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=17.71%
G=51.43%
B=30.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3190540.6600.400.65143.3948.7623.73
Hex1F5A3642028418f3118
Octal37132661020501012176130
Binary1111110110101101101000010010100010000011000111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5A36; }

 p { color: rgb(31,90,54); }

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

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

 a { background-color: rgb(31,90,54); }

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

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

 span { border-color: rgb(31,90,54); }

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