Html Css Color HEX #217A2B Japanese Laurel

📋 copy color: '#217A2B'

red 33 ◦ green 122 ◦ blue 43

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

Shades of Japanese Laurel #217A2B

Tints of Japanese Laurel #217A2B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61.62%

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

R = 16.67%
G = 61.62%
B = 21.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#217A2B (or 0x217A2B) is known color: Japanese Laurel. HEX triplet: 21, 7A and 2B. RGB value is (33,122,43). Sum of RGB (Red+Green+Blue) = 33+122+43=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 122 (48.05% from 255 or 61.62% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 122 - color contains mainly: green. Hex color #217A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A2B is #DE85D4. Grayscale: #565656. Windows color (decimal): -14583253 or 2849313. OLE color: 2849313.

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

Color convert

RGB 33 122 43 -
CMYK 0.73 0 0.65 0.52
HSL 126.74º 0.57% 0.3% -
HSV(B) 126.74º 0.73% 0.48% -
XYZ 8.02 14.42 4.65 -
YUV 86.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 33 122 43 0.73 0 0.65 0.52 126.74 0.57 0.3
Hex 21 7A 2B 49 0 41 34 7F 39 1E
Octal 41 172 53 111 0 101 64 177 71 36
Binary 100001 1111010 101011 1001001 0 1000001 110100 1111111 111001 11110

Color Harmonies of #217A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217A2B

Black with #217A2B

Text Example


Text Example

White with #217A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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