Html Css Color HEX #20893A Japanese Laurel

📋 copy color: '#20893A'

red 32 ◦ green 137 ◦ blue 58

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

Shades of Japanese Laurel #20893A

Tints of Japanese Laurel #20893A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.35%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 14.1%
G = 60.35%
B = 25.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#20893A (or 0x20893A) is known color: Japanese Laurel. HEX triplet: 20, 89 and 3A. RGB value is (32,137,58). Sum of RGB (Red+Green+Blue) = 32+137+58=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #20893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20893A is #DF76C5. Grayscale: #606060. Windows color (decimal): -14644934 or 3836192. OLE color: 3836192.

HSL color Cylindrical-coordinate representation of color #20893A: hue angle of 134.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20893A is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 58 -
CMYK 0.77 0 0.58 0.46
HSL 134.86º 0.62% 0.33% -
HSV(B) 134.86º 0.77% 0.54% -
XYZ 10.31 18.5 7.03 -
YUV 96.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 32 137 58 0.77 0 0.58 0.46 134.86 0.62 0.33
Hex 20 89 3A 4D 0 3A 2E 87 3E 21
Octal 40 211 72 115 0 72 56 207 76 41
Binary 100000 10001001 111010 1001101 0 111010 101110 10000111 111110 100001

Color Harmonies of #20893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20893A

Black with #20893A

Text Example


Text Example

White with #20893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20893A; }

 p { color: rgb(32,137,58); }

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

background-color css

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

 a { background-color: rgb(32,137,58); }

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

border-color css

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

 span { border-color: rgb(32,137,58); }

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