Html Css Color HEX #217E2D Japanese Laurel

📋 copy color: '#217E2D'

red 33 ◦ green 126 ◦ blue 45

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

Shades of Japanese Laurel #217E2D

Tints of Japanese Laurel #217E2D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 61.76%

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

R = 16.18%
G = 61.76%
B = 22.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#217E2D (or 0x217E2D) is known color: Japanese Laurel. HEX triplet: 21, 7E and 2D. RGB value is (33,126,45). Sum of RGB (Red+Green+Blue) = 33+126+45=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #217E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E2D is #DE81D2. Grayscale: #595959. Windows color (decimal): -14582227 or 2981409. OLE color: 2981409.

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

Color convert

RGB 33 126 45 -
CMYK 0.74 0 0.64 0.51
HSL 127.74º 0.58% 0.31% -
HSV(B) 127.74º 0.74% 0.49% -
XYZ 8.56 15.43 5.01 -
YUV 88.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 33 126 45 0.74 0 0.64 0.51 127.74 0.58 0.31
Hex 21 7E 2D 4A 0 40 33 80 3A 1F
Octal 41 176 55 112 0 100 63 200 72 37
Binary 100001 1111110 101101 1001010 0 1000000 110011 10000000 111010 11111

Color Harmonies of #217E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217E2D

Black with #217E2D

Text Example


Text Example

White with #217E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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