#1F522B

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

Shades of Kaitoke Green #1F522B

Tints of Kaitoke Green #1F522B

Color information

#1F522B (or 0x1F522B) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 52 and 2B. RGB value is (31,82,43). Sum of RGB (Red+Green+Blue) = 31+82+43=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #1F522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F522B is #E0ADD4. Grayscale: #3E3E3E. Windows color (decimal): -14724565 or 2839071. OLE color: 2839071.

HSL color Cylindrical-coordinate representation of color #1F522B: hue angle of 134.12º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F522B is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB318243-
CMYK0.6200.480.68
HSL134.12º45.13%22.16%-
HSV(B)134.12º62.2%32.16%-
XYZ4.026.53.33-
YUV62.3117.1105.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 82 (32.42% from 255) = 52.56%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=19.87%
G=52.56%
B=27.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3182430.6200.480.68134.1245.1322.16
Hex1F522B3E03044862d16
Octal3712253760601042065526
Binary111111010010101011111110011000010001001000011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,82,43); }

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

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

 a { background-color: rgb(31,82,43); }

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

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

 span { border-color: rgb(31,82,43); }

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