Html Css Color HEX #217B30 Japanese Laurel

📋 copy color: '#217B30'

red 33 ◦ green 123 ◦ blue 48

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

Shades of Japanese Laurel #217B30

Tints of Japanese Laurel #217B30

RGB

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

 GREEN value IS 123 (48.44% from 255) = 60.29%

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

R = 16.18%
G = 60.29%
B = 23.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#217B30 (or 0x217B30) is known color: Japanese Laurel. HEX triplet: 21, 7B and 30. RGB value is (33,123,48). Sum of RGB (Red+Green+Blue) = 33+123+48=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 123 (48.44% from 255 or 60.29% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 123 - color contains mainly: green. Hex color #217B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B30 is #DE84CF. Grayscale: #575757. Windows color (decimal): -14582992 or 3177249. OLE color: 3177249.

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

Color convert

RGB 33 123 48 -
CMYK 0.73 0 0.61 0.52
HSL 130º 0.58% 0.31% -
HSV(B) 130º 0.73% 0.48% -
XYZ 8.24 14.7 5.2 -
YUV 87.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 33 123 48 0.73 0 0.61 0.52 130 0.58 0.31
Hex 21 7B 30 49 0 3D 34 82 3A 1F
Octal 41 173 60 111 0 75 64 202 72 37
Binary 100001 1111011 110000 1001001 0 111101 110100 10000010 111010 11111

Color Harmonies of #217B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B30

Black with #217B30

Text Example


Text Example

White with #217B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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