Html Css Color HEX #217A2A Japanese Laurel

📋 copy color: '#217A2A'

red 33 ◦ green 122 ◦ blue 42

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

Shades of Japanese Laurel #217A2A

Tints of Japanese Laurel #217A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 16.75%
G = 61.93%
B = 21.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#217A2A (or 0x217A2A) is known color: Japanese Laurel. HEX triplet: 21, 7A and 2A. RGB value is (33,122,42). Sum of RGB (Red+Green+Blue) = 33+122+42=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #217A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A2A is #DE85D5. Grayscale: #565656. Windows color (decimal): -14583254 or 2783777. OLE color: 2783777.

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

Color convert

RGB 33 122 42 -
CMYK 0.73 0 0.66 0.52
HSL 126.07º 0.57% 0.3% -
HSV(B) 126.07º 0.73% 0.48% -
XYZ 8 14.41 4.55 -
YUV 86.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 33 122 42 0.73 0 0.66 0.52 126.07 0.57 0.3
Hex 21 7A 2A 49 0 42 34 7E 39 1E
Octal 41 172 52 111 0 102 64 176 71 36
Binary 100001 1111010 101010 1001001 0 1000010 110100 1111110 111001 11110

Color Harmonies of #217A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217A2A

Black with #217A2A

Text Example


Text Example

White with #217A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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