Html Css Color HEX #21893B Japanese Laurel

📋 copy color: '#21893B'

red 33 ◦ green 137 ◦ blue 59

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

Shades of Japanese Laurel #21893B

Tints of Japanese Laurel #21893B

RGB

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

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

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

R = 14.41%
G = 59.83%
B = 25.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#21893B (or 0x21893B) is known color: Japanese Laurel. HEX triplet: 21, 89 and 3B. RGB value is (33,137,59). Sum of RGB (Red+Green+Blue) = 33+137+59=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #21893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21893B is #DE76C4. Grayscale: #616161. Windows color (decimal): -14579397 or 3901729. OLE color: 3901729.

HSL color Cylindrical-coordinate representation of color #21893B: hue angle of 135º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21893B is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 137 59 -
CMYK 0.76 0 0.57 0.46
HSL 135º 0.61% 0.33% -
HSV(B) 135º 0.76% 0.54% -
XYZ 10.36 18.53 7.17 -
YUV 97.01 106.54 82.34 -
System Red Green Blue C M Y K H S L
Decimal 33 137 59 0.76 0 0.57 0.46 135 0.61 0.33
Hex 21 89 3B 4C 0 39 2E 87 3D 21
Octal 41 211 73 114 0 71 56 207 75 41
Binary 100001 10001001 111011 1001100 0 111001 101110 10000111 111101 100001

Color Harmonies of #21893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21893B

Black with #21893B

Text Example


Text Example

White with #21893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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