#1F542F

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

Shades of Kaitoke Green #1F542F

Tints of Kaitoke Green #1F542F

Color information

#1F542F (or 0x1F542F) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 54 and 2F. RGB value is (31,84,47). Sum of RGB (Red+Green+Blue) = 31+84+47=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #1F542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F542F is #E0ABD0. Grayscale: #404040. Windows color (decimal): -14724049 or 3101727. OLE color: 3101727.

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

Color convert

RGB318447-
CMYK0.6300.440.67
HSL138.11º46.09%22.55%-
HSV(B)138.11º63.1%32.94%-
XYZ4.256.843.79-
YUV63.94118.44104.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.14%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=19.14%
G=51.85%
B=29.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3184470.6300.440.67138.1146.0922.55
Hex1F542F3F02C438a2e17
Octal3712457770541032125627
Binary111111010100101111111111010110010000111000101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,47); }

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

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

 a { background-color: rgb(31,84,47); }

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

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

 span { border-color: rgb(31,84,47); }

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