Html Css Color HEX #21802E Japanese Laurel

📋 copy color: '#21802E'

red 33 ◦ green 128 ◦ blue 46

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

Shades of Japanese Laurel #21802E

Tints of Japanese Laurel #21802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 15.94%
G = 61.84%
B = 22.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#21802E (or 0x21802E) is known color: Japanese Laurel. HEX triplet: 21, 80 and 2E. RGB value is (33,128,46). Sum of RGB (Red+Green+Blue) = 33+128+46=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #21802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21802E is #DE7FD1. Grayscale: #5A5A5A. Windows color (decimal): -14581714 or 3047457. OLE color: 3047457.

HSL color Cylindrical-coordinate representation of color #21802E: hue angle of 128.21º 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 #21802E is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 128 46 -
CMYK 0.74 0 0.64 0.50
HSL 128.21º 0.59% 0.32% -
HSV(B) 128.21º 0.74% 0.5% -
XYZ 8.84 15.96 5.2 -
YUV 90.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 33 128 46 0.74 0 0.64 0.50 128.21 0.59 0.32
Hex 21 80 2E 4A 0 40 32 80 3B 20
Octal 41 200 56 112 0 100 62 200 73 40
Binary 100001 10000000 101110 1001010 0 1000000 110010 10000000 111011 100000

Color Harmonies of #21802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21802E

Black with #21802E

Text Example


Text Example

White with #21802E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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