#1D5838

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

Shades of Kaitoke Green #1D5838

Tints of Kaitoke Green #1D5838

Color information

#1D5838 (or 0x1D5838) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 58 and 38. RGB value is (29,88,56). Sum of RGB (Red+Green+Blue) = 29+88+56=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5838 is #E2A7C7. Grayscale: #424242. Windows color (decimal): -14854088 or 3692573. OLE color: 3692573.

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

Color convert

RGB298856-
CMYK0.6700.360.65
HSL147.46º50.43%22.94%-
HSV(B)147.46º67.05%34.51%-
XYZ4.717.534.95-
YUV66.71121.95101.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=16.76%
G=50.87%
B=32.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2988560.6700.360.65147.4650.4322.94
Hex1D58384302441933217
Octal35130701030441012236227
Binary1110110110001110001000011010010010000011001001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,88,56); }

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

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

 a { background-color: rgb(29,88,56); }

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

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

 span { border-color: rgb(29,88,56); }

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