#1F5B35

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

Shades of Kaitoke Green #1F5B35

Tints of Kaitoke Green #1F5B35

Color information

#1F5B35 (or 0x1F5B35) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 5B and 35. RGB value is (31,91,53). Sum of RGB (Red+Green+Blue) = 31+91+53=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5B35 is #E0A4CA. Grayscale: #444444. Windows color (decimal): -14722251 or 3496735. OLE color: 3496735.

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

Color convert

RGB319153-
CMYK0.6600.420.64
HSL142º49.18%23.92%-
HSV(B)142º65.93%35.69%-
XYZ4.958.034.66-
YUV68.73119.12101.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 91 (35.94% from 255) = 52%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=17.71%
G=52%
B=30.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3191530.6600.420.6414249.1823.92
Hex1F5B354202A408e3118
Octal37133651020521002166130
Binary1111110110111101011000010010101010000001000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,91,53); }

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

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

 a { background-color: rgb(31,91,53); }

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

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

 span { border-color: rgb(31,91,53); }

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