Html Css Color HEX #20893B Japanese Laurel

📋 copy color: '#20893B'

red 32 ◦ green 137 ◦ blue 59

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

Shades of Japanese Laurel #20893B

Tints of Japanese Laurel #20893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 14.04%
G = 60.09%
B = 25.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#20893B (or 0x20893B) is known color: Japanese Laurel. HEX triplet: 20, 89 and 3B. RGB value is (32,137,59). Sum of RGB (Red+Green+Blue) = 32+137+59=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #20893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20893B is #DF76C4. Grayscale: #606060. Windows color (decimal): -14644933 or 3901728. OLE color: 3901728.

HSL color Cylindrical-coordinate representation of color #20893B: hue angle of 135.43º 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 #20893B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 59 -
CMYK 0.77 0 0.57 0.46
HSL 135.43º 0.62% 0.33% -
HSV(B) 135.43º 0.77% 0.54% -
XYZ 10.33 18.51 7.17 -
YUV 96.71 106.71 81.84 -
System Red Green Blue C M Y K H S L
Decimal 32 137 59 0.77 0 0.57 0.46 135.43 0.62 0.33
Hex 20 89 3B 4D 0 39 2E 87 3E 21
Octal 40 211 73 115 0 71 56 207 76 41
Binary 100000 10001001 111011 1001101 0 111001 101110 10000111 111110 100001

Color Harmonies of #20893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20893B

Black with #20893B

Text Example


Text Example

White with #20893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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