Html Css Color HEX #218131 Japanese Laurel

📋 copy color: '#218131'

red 33 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #218131

Tints of Japanese Laurel #218131

RGB

 RED value IS 33 (13.28% from 255) = 15.64%

 GREEN value IS 129 (50.78% from 255) = 61.14%

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

R = 15.64%
G = 61.14%
B = 23.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#218131 (or 0x218131) is known color: Japanese Laurel. HEX triplet: 21, 81 and 31. RGB value is (33,129,49). Sum of RGB (Red+Green+Blue) = 33+129+49=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #218131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218131 is #DE7ECE. Grayscale: #5B5B5B. Windows color (decimal): -14581455 or 3244321. OLE color: 3244321.

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

Color convert

RGB 33 129 49 -
CMYK 0.74 0 0.62 0.49
HSL 130º 0.59% 0.32% -
HSV(B) 130º 0.74% 0.51% -
XYZ 9.03 16.25 5.57 -
YUV 91.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 33 129 49 0.74 0 0.62 0.49 130 0.59 0.32
Hex 21 81 31 4A 0 3E 31 82 3B 20
Octal 41 201 61 112 0 76 61 202 73 40
Binary 100001 10000001 110001 1001010 0 111110 110001 10000010 111011 100000

Color Harmonies of #218131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218131

Black with #218131

Text Example


Text Example

White with #218131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218131; }

 p { color: rgb(33,129,49); }

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

background-color css

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

 a { background-color: rgb(33,129,49); }

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

border-color css

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

 span { border-color: rgb(33,129,49); }

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