Html Css Color HEX #217F2E Japanese Laurel

📋 copy color: '#217F2E'

red 33 ◦ green 127 ◦ blue 46

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

Shades of Japanese Laurel #217F2E

Tints of Japanese Laurel #217F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 61.65%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 16.02%
G = 61.65%
B = 22.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#217F2E (or 0x217F2E) is known color: Japanese Laurel. HEX triplet: 21, 7F and 2E. RGB value is (33,127,46). Sum of RGB (Red+Green+Blue) = 33+127+46=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #217F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F2E is #DE80D1. Grayscale: #595959. Windows color (decimal): -14581970 or 3047201. OLE color: 3047201.

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

Color convert

RGB 33 127 46 -
CMYK 0.74 0 0.64 0.50
HSL 128.3º 0.59% 0.31% -
HSV(B) 128.3º 0.74% 0.5% -
XYZ 8.71 15.7 5.16 -
YUV 89.66 103.36 87.59 -
System Red Green Blue C M Y K H S L
Decimal 33 127 46 0.74 0 0.64 0.50 128.3 0.59 0.31
Hex 21 7F 2E 4A 0 40 32 80 3B 1F
Octal 41 177 56 112 0 100 62 200 73 37
Binary 100001 1111111 101110 1001010 0 1000000 110010 10000000 111011 11111

Color Harmonies of #217F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217F2E

Black with #217F2E

Text Example


Text Example

White with #217F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,127,46); }

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

background-color css

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

 a { background-color: rgb(33,127,46); }

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

border-color css

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

 span { border-color: rgb(33,127,46); }

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