Html Css Color HEX #2F7631 Japanese Laurel

📋 copy color: '#2F7631'

red 47 ◦ green 118 ◦ blue 49

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

Shades of Japanese Laurel #2F7631

Tints of Japanese Laurel #2F7631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 21.96%
G = 55.14%
B = 22.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#2F7631 (or 0x2F7631) is known color: Japanese Laurel. HEX triplet: 2F, 76 and 31. RGB value is (47,118,49). Sum of RGB (Red+Green+Blue) = 47+118+49=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7631 is #D089CE. Grayscale: #595959. Windows color (decimal): -13666767 or 3241519. OLE color: 3241519.

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

Color convert

RGB 47 118 49 -
CMYK 0.60 0 0.58 0.54
HSL 121.69º 0.43% 0.32% -
HSV(B) 121.69º 0.6% 0.46% -
XYZ 8.21 13.78 5.13 -
YUV 88.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 47 118 49 0.60 0 0.58 0.54 121.69 0.43 0.32
Hex 2F 76 31 3C 0 3A 36 7A 2B 20
Octal 57 166 61 74 0 72 66 172 53 40
Binary 101111 1110110 110001 111100 0 111010 110110 1111010 101011 100000

Color Harmonies of #2F7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7631

Black with #2F7631

Text Example


Text Example

White with #2F7631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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