Html Css Color HEX #217928 Japanese Laurel

📋 copy color: '#217928'

red 33 ◦ green 121 ◦ blue 40

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

Shades of Japanese Laurel #217928

Tints of Japanese Laurel #217928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 62.37%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 17.01%
G = 62.37%
B = 20.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#217928 (or 0x217928) is known color: Japanese Laurel. HEX triplet: 21, 79 and 28. RGB value is (33,121,40). Sum of RGB (Red+Green+Blue) = 33+121+40=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #217928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217928 is #DE86D7. Grayscale: #555555. Windows color (decimal): -14583512 or 2652449. OLE color: 2652449.

HSL color Cylindrical-coordinate representation of color #217928: hue angle of 124.77º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217928 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 121 40 -
CMYK 0.73 0 0.67 0.53
HSL 124.77º 0.57% 0.3% -
HSV(B) 124.77º 0.73% 0.47% -
XYZ 7.85 14.15 4.33 -
YUV 85.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 33 121 40 0.73 0 0.67 0.53 124.77 0.57 0.3
Hex 21 79 28 49 0 43 35 7D 39 1E
Octal 41 171 50 111 0 103 65 175 71 36
Binary 100001 1111001 101000 1001001 0 1000011 110101 1111101 111001 11110

Color Harmonies of #217928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217928

Black with #217928

Text Example


Text Example

White with #217928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217928; }

 p { color: rgb(33,121,40); }

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

background-color css

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

 a { background-color: rgb(33,121,40); }

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

border-color css

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

 span { border-color: rgb(33,121,40); }

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