Html Css Color HEX #2F7531 Japanese Laurel

📋 copy color: '#2F7531'

red 47 ◦ green 117 ◦ blue 49

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

Shades of Japanese Laurel #2F7531

Tints of Japanese Laurel #2F7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.93%

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

R = 22.07%
G = 54.93%
B = 23%

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

#2F7531 (or 0x2F7531) is known color: Japanese Laurel. HEX triplet: 2F, 75 and 31. RGB value is (47,117,49). Sum of RGB (Red+Green+Blue) = 47+117+49=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7531 is #D08ACE. Grayscale: #585858. Windows color (decimal): -13667023 or 3241263. OLE color: 3241263.

HSL color Cylindrical-coordinate representation of color #2F7531: hue angle of 121.71º 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 #2F7531 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 117 49 -
CMYK 0.60 0 0.58 0.54
HSL 121.71º 0.43% 0.32% -
HSV(B) 121.71º 0.6% 0.46% -
XYZ 8.09 13.55 5.09 -
YUV 88.32 105.81 98.53 -
System Red Green Blue C M Y K H S L
Decimal 47 117 49 0.60 0 0.58 0.54 121.71 0.43 0.32
Hex 2F 75 31 3C 0 3A 36 7A 2B 20
Octal 57 165 61 74 0 72 66 172 53 40
Binary 101111 1110101 110001 111100 0 111010 110110 1111010 101011 100000

Color Harmonies of #2F7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7531

Black with #2F7531

Text Example


Text Example

White with #2F7531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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