Html Css Color HEX #21802F Japanese Laurel

📋 copy color: '#21802F'

red 33 ◦ green 128 ◦ blue 47

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

Shades of Japanese Laurel #21802F

Tints of Japanese Laurel #21802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 15.87%
G = 61.54%
B = 22.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#21802F (or 0x21802F) is known color: Japanese Laurel. HEX triplet: 21, 80 and 2F. RGB value is (33,128,47). Sum of RGB (Red+Green+Blue) = 33+128+47=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #21802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21802F is #DE7FD0. Grayscale: #5A5A5A. Windows color (decimal): -14581713 or 3112993. OLE color: 3112993.

HSL color Cylindrical-coordinate representation of color #21802F: hue angle of 128.84º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21802F is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 128 47 -
CMYK 0.74 0 0.63 0.50
HSL 128.84º 0.59% 0.32% -
HSV(B) 128.84º 0.74% 0.5% -
XYZ 8.86 15.97 5.3 -
YUV 90.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 33 128 47 0.74 0 0.63 0.50 128.84 0.59 0.32
Hex 21 80 2F 4A 0 3F 32 81 3B 20
Octal 41 200 57 112 0 77 62 201 73 40
Binary 100001 10000000 101111 1001010 0 111111 110010 10000001 111011 100000

Color Harmonies of #21802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21802F

Black with #21802F

Text Example


Text Example

White with #21802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21802F; }

 p { color: rgb(33,128,47); }

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

background-color css

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

 a { background-color: rgb(33,128,47); }

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

border-color css

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

 span { border-color: rgb(33,128,47); }

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