Html Css Color HEX #21883B Japanese Laurel

📋 copy color: '#21883B'

red 33 ◦ green 136 ◦ blue 59

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

Shades of Japanese Laurel #21883B

Tints of Japanese Laurel #21883B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 59.65%

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

R = 14.47%
G = 59.65%
B = 25.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#21883B (or 0x21883B) is known color: Japanese Laurel. HEX triplet: 21, 88 and 3B. RGB value is (33,136,59). Sum of RGB (Red+Green+Blue) = 33+136+59=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #21883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21883B is #DE77C4. Grayscale: #606060. Windows color (decimal): -14579653 or 3901473. OLE color: 3901473.

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

Color convert

RGB 33 136 59 -
CMYK 0.76 0 0.57 0.47
HSL 135.15º 0.61% 0.33% -
HSV(B) 135.15º 0.76% 0.53% -
XYZ 10.22 18.25 7.12 -
YUV 96.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 33 136 59 0.76 0 0.57 0.47 135.15 0.61 0.33
Hex 21 88 3B 4C 0 39 2F 87 3D 21
Octal 41 210 73 114 0 71 57 207 75 41
Binary 100001 10001000 111011 1001100 0 111001 101111 10000111 111101 100001

Color Harmonies of #21883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21883B

Black with #21883B

Text Example


Text Example

White with #21883B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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