Html Css Color HEX #2F762E Japanese Laurel

📋 copy color: '#2F762E'

red 47 ◦ green 118 ◦ blue 46

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

Shades of Japanese Laurel #2F762E

Tints of Japanese Laurel #2F762E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 22.27%
G = 55.92%
B = 21.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#2F762E (or 0x2F762E) is known color: Japanese Laurel. HEX triplet: 2F, 76 and 2E. RGB value is (47,118,46). Sum of RGB (Red+Green+Blue) = 47+118+46=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #2F762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F762E is #D089D1. Grayscale: #585858. Windows color (decimal): -13666770 or 3044911. OLE color: 3044911.

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

Color convert

RGB 47 118 46 -
CMYK 0.60 0 0.61 0.54
HSL 119.17º 0.44% 0.32% -
HSV(B) 119.17º 0.61% 0.46% -
XYZ 8.14 13.76 4.81 -
YUV 88.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 47 118 46 0.60 0 0.61 0.54 119.17 0.44 0.32
Hex 2F 76 2E 3C 0 3D 36 77 2C 20
Octal 57 166 56 74 0 75 66 167 54 40
Binary 101111 1110110 101110 111100 0 111101 110110 1110111 101100 100000

Color Harmonies of #2F762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F762E

Black with #2F762E

Text Example


Text Example

White with #2F762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,118,46); }

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

background-color css

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

 a { background-color: rgb(47,118,46); }

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

border-color css

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

 span { border-color: rgb(47,118,46); }

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