Html Css Color HEX #217C2B Japanese Laurel

📋 copy color: '#217C2B'

red 33 ◦ green 124 ◦ blue 43

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

Shades of Japanese Laurel #217C2B

Tints of Japanese Laurel #217C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 16.5%
G = 62%
B = 21.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#217C2B (or 0x217C2B) is known color: Japanese Laurel. HEX triplet: 21, 7C and 2B. RGB value is (33,124,43). Sum of RGB (Red+Green+Blue) = 33+124+43=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #217C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C2B is #DE83D4. Grayscale: #575757. Windows color (decimal): -14582741 or 2849825. OLE color: 2849825.

HSL color Cylindrical-coordinate representation of color #217C2B: hue angle of 126.59º 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 #217C2B is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 124 43 -
CMYK 0.73 0 0.65 0.51
HSL 126.59º 0.58% 0.31% -
HSV(B) 126.59º 0.73% 0.49% -
XYZ 8.27 14.91 4.73 -
YUV 87.56 102.85 89.09 -
System Red Green Blue C M Y K H S L
Decimal 33 124 43 0.73 0 0.65 0.51 126.59 0.58 0.31
Hex 21 7C 2B 49 0 41 33 7F 3A 1F
Octal 41 174 53 111 0 101 63 177 72 37
Binary 100001 1111100 101011 1001001 0 1000001 110011 1111111 111010 11111

Color Harmonies of #217C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C2B

Black with #217C2B

Text Example


Text Example

White with #217C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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