#1F552B

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

Shades of Kaitoke Green #1F552B

Tints of Kaitoke Green #1F552B

Color information

#1F552B (or 0x1F552B) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 55 and 2B. RGB value is (31,85,43). Sum of RGB (Red+Green+Blue) = 31+85+43=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #1F552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F552B is #E0AAD4. Grayscale: #404040. Windows color (decimal): -14723797 or 2839839. OLE color: 2839839.

HSL color Cylindrical-coordinate representation of color #1F552B: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F552B is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB318543-
CMYK0.6400.490.67
HSL133.33º46.55%22.75%-
HSV(B)133.33º63.53%33.33%-
XYZ4.256.963.41-
YUV64.07116.11104.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=19.50%
G=53.46%
B=27.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3185430.6400.490.67133.3346.5522.75
Hex1F552B4003143852f17
Octal37125531000611032055727
Binary1111110101011010111000000011000110000111000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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