Html Css Color HEX #217C2D Japanese Laurel

📋 copy color: '#217C2D'

red 33 ◦ green 124 ◦ blue 45

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

Shades of Japanese Laurel #217C2D

Tints of Japanese Laurel #217C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.39%

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 16.34%
G = 61.39%
B = 22.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#217C2D (or 0x217C2D) is known color: Japanese Laurel. HEX triplet: 21, 7C and 2D. RGB value is (33,124,45). Sum of RGB (Red+Green+Blue) = 33+124+45=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #217C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C2D is #DE83D2. Grayscale: #585858. Windows color (decimal): -14582739 or 2980897. OLE color: 2980897.

HSL color Cylindrical-coordinate representation of color #217C2D: hue angle of 127.91º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C2D is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 124 45 -
CMYK 0.73 0 0.64 0.51
HSL 127.91º 0.58% 0.31% -
HSV(B) 127.91º 0.73% 0.49% -
XYZ 8.31 14.93 4.93 -
YUV 87.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 33 124 45 0.73 0 0.64 0.51 127.91 0.58 0.31
Hex 21 7C 2D 49 0 40 33 80 3A 1F
Octal 41 174 55 111 0 100 63 200 72 37
Binary 100001 1111100 101101 1001001 0 1000000 110011 10000000 111010 11111

Color Harmonies of #217C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C2D

Black with #217C2D

Text Example


Text Example

White with #217C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,124,45); }

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

background-color css

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

 a { background-color: rgb(33,124,45); }

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

border-color css

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

 span { border-color: rgb(33,124,45); }

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