Html Css Color HEX #217A2C Japanese Laurel

📋 copy color: '#217A2C'

red 33 ◦ green 122 ◦ blue 44

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

Shades of Japanese Laurel #217A2C

Tints of Japanese Laurel #217A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61.31%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 16.58%
G = 61.31%
B = 22.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#217A2C (or 0x217A2C) is known color: Japanese Laurel. HEX triplet: 21, 7A and 2C. RGB value is (33,122,44). Sum of RGB (Red+Green+Blue) = 33+122+44=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #217A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A2C is #DE85D3. Grayscale: #565656. Windows color (decimal): -14583252 or 2914849. OLE color: 2914849.

HSL color Cylindrical-coordinate representation of color #217A2C: hue angle of 127.42º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A2C is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 122 44 -
CMYK 0.73 0 0.64 0.52
HSL 127.42º 0.57% 0.3% -
HSV(B) 127.42º 0.73% 0.48% -
XYZ 8.04 14.42 4.74 -
YUV 86.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 33 122 44 0.73 0 0.64 0.52 127.42 0.57 0.3
Hex 21 7A 2C 49 0 40 34 7F 39 1E
Octal 41 172 54 111 0 100 64 177 71 36
Binary 100001 1111010 101100 1001001 0 1000000 110100 1111111 111001 11110

Color Harmonies of #217A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217A2C

Black with #217A2C

Text Example


Text Example

White with #217A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217A2C; }

 p { color: rgb(33,122,44); }

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

background-color css

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

 a { background-color: rgb(33,122,44); }

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

border-color css

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

 span { border-color: rgb(33,122,44); }

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