Html Css Color HEX #217C30 Japanese Laurel

📋 copy color: '#217C30'

red 33 ◦ green 124 ◦ blue 48

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

Shades of Japanese Laurel #217C30

Tints of Japanese Laurel #217C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.41%

R = 16.1%
G = 60.49%
B = 23.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#217C30 (or 0x217C30) is known color: Japanese Laurel. HEX triplet: 21, 7C and 30. RGB value is (33,124,48). Sum of RGB (Red+Green+Blue) = 33+124+48=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #217C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C30 is #DE83CF. Grayscale: #585858. Windows color (decimal): -14582736 or 3177505. OLE color: 3177505.

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

Color convert

RGB 33 124 48 -
CMYK 0.73 0 0.61 0.51
HSL 129.89º 0.58% 0.31% -
HSV(B) 129.89º 0.73% 0.49% -
XYZ 8.37 14.95 5.24 -
YUV 88.13 105.35 88.68 -
System Red Green Blue C M Y K H S L
Decimal 33 124 48 0.73 0 0.61 0.51 129.89 0.58 0.31
Hex 21 7C 30 49 0 3D 33 82 3A 1F
Octal 41 174 60 111 0 75 63 202 72 37
Binary 100001 1111100 110000 1001001 0 111101 110011 10000010 111010 11111

Color Harmonies of #217C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C30

Black with #217C30

Text Example


Text Example

White with #217C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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