#208333

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

Shades of Japanese Laurel #208333

Tints of Japanese Laurel #208333

Color information

#208333 (or 0x208333) is unknown color: approx Japanese Laurel. HEX triplet: 20, 83 and 33. RGB value is (32,131,51). Sum of RGB (Red+Green+Blue) = 32+131+51=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #208333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208333 is #DF7CCC. Grayscale: #5C5C5C. Windows color (decimal): -14646477 or 3375904. OLE color: 3375904.

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

Color convert

RGB3213151-
CMYK0.7600.610.49
HSL131.52º60.74%31.96%-
HSV(B)131.52º75.57%51.37%-
XYZ9.3116.785.88-
YUV92.28104.785-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 131 (51.56% from 255) = 61.21%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=14.95%
G=61.21%
B=23.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131510.7600.610.49131.5260.7431.96
Hex2083334C03D31843d20
Octal4020363114075612047540
Binary100000100000111100111001100011110111000110000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208333; }

 p { color: rgb(32,131,51); }

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

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

 a { background-color: rgb(32,131,51); }

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

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

 span { border-color: rgb(32,131,51); }

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