Html Css Color HEX #2F743C Japanese Laurel

📋 copy color: '#2F743C'

red 47 ◦ green 116 ◦ blue 60

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

Shades of Japanese Laurel #2F743C

Tints of Japanese Laurel #2F743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.02%

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 21.08%
G = 52.02%
B = 26.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#2F743C (or 0x2F743C) is known color: Japanese Laurel. HEX triplet: 2F, 74 and 3C. RGB value is (47,116,60). Sum of RGB (Red+Green+Blue) = 47+116+60=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #2F743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F743C is #D08BC3. Grayscale: #595959. Windows color (decimal): -13667268 or 3961903. OLE color: 3961903.

HSL color Cylindrical-coordinate representation of color #2F743C: hue angle of 131.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F743C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 116 60 -
CMYK 0.59 0 0.48 0.55
HSL 131.3º 0.42% 0.32% -
HSV(B) 131.3º 0.59% 0.45% -
XYZ 8.23 13.42 6.43 -
YUV 88.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 47 116 60 0.59 0 0.48 0.55 131.3 0.42 0.32
Hex 2F 74 3C 3B 0 30 37 83 2A 20
Octal 57 164 74 73 0 60 67 203 52 40
Binary 101111 1110100 111100 111011 0 110000 110111 10000011 101010 100000

Color Harmonies of #2F743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F743C

Black with #2F743C

Text Example


Text Example

White with #2F743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,116,60); }

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

background-color css

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

 a { background-color: rgb(47,116,60); }

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

border-color css

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

 span { border-color: rgb(47,116,60); }

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