#1D8233

Color #1D8233 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #1D8233

Tints of Japanese Laurel #1D8233

Color information

#1D8233 (or 0x1D8233) is unknown color: approx Japanese Laurel. HEX triplet: 1D, 82 and 33. RGB value is (29,130,51). Sum of RGB (Red+Green+Blue) = 29+130+51=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8233 is #E27DCC. Grayscale: #5B5B5B. Windows color (decimal): -14843341 or 3375645. OLE color: 3375645.

HSL color Cylindrical-coordinate representation of color #1D8233: hue angle of 133.07º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8233 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB2913051-
CMYK0.7800.610.49
HSL133.07º63.52%31.18%-
HSV(B)133.07º77.69%50.98%-
XYZ9.0916.475.83-
YUV90.79105.5483.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.81%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=13.81%
G=61.90%
B=24.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29130510.7800.610.49133.0763.5231.18
Hex1D82334E03D3185401f
Octal35202631160756120510037
Binary11101100000101100111001110011110111000110000101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,130,51); }

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

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

 a { background-color: rgb(29,130,51); }

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

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

 span { border-color: rgb(29,130,51); }

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