#1D512F

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

Shades of Kaitoke Green #1D512F

Tints of Kaitoke Green #1D512F

Color information

#1D512F (or 0x1D512F) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 51 and 2F. RGB value is (29,81,47). Sum of RGB (Red+Green+Blue) = 29+81+47=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #1D512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D512F is #E2AED0. Grayscale: #3D3D3D. Windows color (decimal): -14855889 or 3100957. OLE color: 3100957.

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

Color convert

RGB298147-
CMYK0.6400.420.68
HSL140.77º47.27%21.57%-
HSV(B)140.77º64.2%31.76%-
XYZ3.966.353.71-
YUV61.58119.77104.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=18.47%
G=51.59%
B=29.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2981470.6400.420.68140.7747.2721.57
Hex1D512F4002A448d2f16
Octal35121571000521042155726
Binary1110110100011011111000000010101010001001000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,47); }

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

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

 a { background-color: rgb(29,81,47); }

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

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

 span { border-color: rgb(29,81,47); }

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