Html Css Color HEX #208231 Japanese Laurel

📋 copy color: '#208231'

red 32 ◦ green 130 ◦ blue 49

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

Shades of Japanese Laurel #208231

Tints of Japanese Laurel #208231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.61%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 15.17%
G = 61.61%
B = 23.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#208231 (or 0x208231) is known color: Japanese Laurel. HEX triplet: 20, 82 and 31. RGB value is (32,130,49). Sum of RGB (Red+Green+Blue) = 32+130+49=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #208231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208231 is #DF7DCE. Grayscale: #5B5B5B. Windows color (decimal): -14646735 or 3244576. OLE color: 3244576.

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

Color convert

RGB 32 130 49 -
CMYK 0.75 0 0.62 0.49
HSL 130.41º 0.6% 0.32% -
HSV(B) 130.41º 0.75% 0.51% -
XYZ 9.13 16.49 5.61 -
YUV 91.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 32 130 49 0.75 0 0.62 0.49 130.41 0.6 0.32
Hex 20 82 31 4B 0 3E 31 82 3C 20
Octal 40 202 61 113 0 76 61 202 74 40
Binary 100000 10000010 110001 1001011 0 111110 110001 10000010 111100 100000

Color Harmonies of #208231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208231

Black with #208231

Text Example


Text Example

White with #208231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208231; }

 p { color: rgb(32,130,49); }

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

background-color css

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

 a { background-color: rgb(32,130,49); }

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

border-color css

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

 span { border-color: rgb(32,130,49); }

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