Html Css Color HEX #2C7622 Japanese Laurel

📋 copy color: '#2C7622'

red 44 ◦ green 118 ◦ blue 34

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

Shades of Japanese Laurel #2C7622

Tints of Japanese Laurel #2C7622

RGB

 RED value IS 44 (17.58% from 255) = 22.45%

 GREEN value IS 118 (46.48% from 255) = 60.2%

 BLUE value IS 34 (13.67% from 255) = 17.35%

R = 22.45%
G = 60.2%
B = 17.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#2C7622 (or 0x2C7622) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 22. RGB value is (44,118,34). Sum of RGB (Red+Green+Blue) = 44+118+34=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7622 is #D389DD. Grayscale: #565656. Windows color (decimal): -13863390 or 2258476. OLE color: 2258476.

HSL color Cylindrical-coordinate representation of color #2C7622: hue angle of 112.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C7622 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 118 34 -
CMYK 0.63 0 0.71 0.54
HSL 112.86º 0.55% 0.3% -
HSV(B) 112.86º 0.71% 0.46% -
XYZ 7.81 13.61 3.73 -
YUV 86.3 98.48 97.83 -
System Red Green Blue C M Y K H S L
Decimal 44 118 34 0.63 0 0.71 0.54 112.86 0.55 0.3
Hex 2C 76 22 3F 0 47 36 71 37 1E
Octal 54 166 42 77 0 107 66 161 67 36
Binary 101100 1110110 100010 111111 0 1000111 110110 1110001 110111 11110

Color Harmonies of #2C7622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7622

Black with #2C7622

Text Example


Text Example

White with #2C7622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C7622; }

 p { color: rgb(44,118,34); }

 H1.HeaderClassName
 {
   color: #2C7622;
 }
 .AnyTagClassName
 {
   color: #2C7622;
 }
</style>

background-color css

<style>
 a { background-color: #2C7622; }

 a { background-color: rgb(44,118,34); }

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

border-color css

<style>
 span { border-color: #2C7622; }

 span { border-color: rgb(44,118,34); }

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