Html Css Color HEX #2F743A Japanese Laurel

📋 copy color: '#2F743A'

red 47 ◦ green 116 ◦ blue 58

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

Shades of Japanese Laurel #2F743A

Tints of Japanese Laurel #2F743A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 21.27%
G = 52.49%
B = 26.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#2F743A (or 0x2F743A) is known color: Japanese Laurel. HEX triplet: 2F, 74 and 3A. RGB value is (47,116,58). Sum of RGB (Red+Green+Blue) = 47+116+58=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #2F743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F743A is #D08BC5. Grayscale: #585858. Windows color (decimal): -13667270 or 3830831. OLE color: 3830831.

HSL color Cylindrical-coordinate representation of color #2F743A: hue angle of 129.57º 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 #2F743A is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 116 58 -
CMYK 0.59 0 0.5 0.55
HSL 129.57º 0.42% 0.32% -
HSV(B) 129.57º 0.59% 0.45% -
XYZ 8.18 13.4 6.16 -
YUV 88.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 47 116 58 0.59 0 0.5 0.55 129.57 0.42 0.32
Hex 2F 74 3A 3B 0 32 37 82 2A 20
Octal 57 164 72 73 0 62 67 202 52 40
Binary 101111 1110100 111010 111011 0 110010 110111 10000010 101010 100000

Color Harmonies of #2F743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F743A

Black with #2F743A

Text Example


Text Example

White with #2F743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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