#1D5336

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

Shades of Kaitoke Green #1D5336

Tints of Kaitoke Green #1D5336

Color information

#1D5336 (or 0x1D5336) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 53 and 36. RGB value is (29,83,54). Sum of RGB (Red+Green+Blue) = 29+83+54=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5336 is #E2ACC9. Grayscale: #3F3F3F. Windows color (decimal): -14855370 or 3560221. OLE color: 3560221.

HSL color Cylindrical-coordinate representation of color #1D5336: hue angle of 147.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5336 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB298354-
CMYK0.6500.350.67
HSL147.78º48.21%21.96%-
HSV(B)147.78º65.06%32.55%-
XYZ4.276.714.56-
YUV63.55122.61103.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.47%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=17.47%
G=50%
B=32.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983540.6500.350.67147.7848.2121.96
Hex1D53364102343943016
Octal35123661010431032246026
Binary1110110100111101101000001010001110000111001010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,83,54); }

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

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

 a { background-color: rgb(29,83,54); }

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

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

 span { border-color: rgb(29,83,54); }

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