Html Css Color HEX #2F772C Japanese Laurel

📋 copy color: '#2F772C'

red 47 ◦ green 119 ◦ blue 44

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

Shades of Japanese Laurel #2F772C

Tints of Japanese Laurel #2F772C

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2F772C: hue angle of 117.6º 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 #2F772C is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 119 44 -
CMYK 0.61 0 0.63 0.53
HSL 117.6º 0.46% 0.32% -
HSV(B) 117.6º 0.63% 0.47% -
XYZ 8.22 13.98 4.65 -
YUV 88.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 47 119 44 0.61 0 0.63 0.53 117.6 0.46 0.32
Hex 2F 77 2C 3D 0 3F 35 76 2E 20
Octal 57 167 54 75 0 77 65 166 56 40
Binary 101111 1110111 101100 111101 0 111111 110101 1110110 101110 100000

Color Harmonies of #2F772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F772C

Black with #2F772C

Text Example


Text Example

White with #2F772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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