Html Css Color HEX #2C772F Japanese Laurel

📋 copy color: '#2C772F'

red 44 ◦ green 119 ◦ blue 47

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

Shades of Japanese Laurel #2C772F

Tints of Japanese Laurel #2C772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.67%

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 20.95%
G = 56.67%
B = 22.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#2C772F (or 0x2C772F) is known color: Japanese Laurel. HEX triplet: 2C, 77 and 2F. RGB value is (44,119,47). Sum of RGB (Red+Green+Blue) = 44+119+47=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #2C772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C772F is #D388D0. Grayscale: #585858. Windows color (decimal): -13863121 or 3110700. OLE color: 3110700.

HSL color Cylindrical-coordinate representation of color #2C772F: hue angle of 122.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C772F is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 119 47 -
CMYK 0.63 0 0.61 0.53
HSL 122.4º 0.46% 0.32% -
HSV(B) 122.4º 0.63% 0.47% -
XYZ 8.15 13.93 4.95 -
YUV 88.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 44 119 47 0.63 0 0.61 0.53 122.4 0.46 0.32
Hex 2C 77 2F 3F 0 3D 35 7A 2E 20
Octal 54 167 57 77 0 75 65 172 56 40
Binary 101100 1110111 101111 111111 0 111101 110101 1111010 101110 100000

Color Harmonies of #2C772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C772F

Black with #2C772F

Text Example


Text Example

White with #2C772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,119,47); }

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

background-color css

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

 a { background-color: rgb(44,119,47); }

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

border-color css

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

 span { border-color: rgb(44,119,47); }

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