Html Css Color HEX #208030 Japanese Laurel

📋 copy color: '#208030'

red 32 ◦ green 128 ◦ blue 48

#208030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #208030

Tints of Japanese Laurel #208030

RGB

 RED value IS 32 (12.89% from 255) = 15.38%

 GREEN value IS 128 (50.39% from 255) = 61.54%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 15.38%
G = 61.54%
B = 23.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#208030 (or 0x208030) is known color: Japanese Laurel. HEX triplet: 20, 80 and 30. RGB value is (32,128,48). Sum of RGB (Red+Green+Blue) = 32+128+48=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #208030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208030 is #DF7FCF. Grayscale: #5A5A5A. Windows color (decimal): -14647248 or 3178528. OLE color: 3178528.

HSL color Cylindrical-coordinate representation of color #208030: hue angle of 130º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208030 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 48 -
CMYK 0.75 0 0.62 0.50
HSL 130º 0.6% 0.31% -
HSV(B) 130º 0.75% 0.5% -
XYZ 8.85 15.96 5.41 -
YUV 90.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 32 128 48 0.75 0 0.62 0.50 130 0.6 0.31
Hex 20 80 30 4B 0 3E 32 82 3C 1F
Octal 40 200 60 113 0 76 62 202 74 37
Binary 100000 10000000 110000 1001011 0 111110 110010 10000010 111100 11111

Color Harmonies of #208030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208030

Black with #208030

Text Example


Text Example

White with #208030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208030; }

 p { color: rgb(32,128,48); }

 H1.HeaderClassName
 {
   color: #208030;
 }
 .AnyTagClassName
 {
   color: #208030;
 }
</style>

background-color css

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

 a { background-color: rgb(32,128,48); }

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

border-color css

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

 span { border-color: rgb(32,128,48); }

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