Html Css Color HEX #2F793E Japanese Laurel

📋 copy color: '#2F793E'

red 47 ◦ green 121 ◦ blue 62

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

Shades of Japanese Laurel #2F793E

Tints of Japanese Laurel #2F793E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.61%

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 20.43%
G = 52.61%
B = 26.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#2F793E (or 0x2F793E) is known color: Japanese Laurel. HEX triplet: 2F, 79 and 3E. RGB value is (47,121,62). Sum of RGB (Red+Green+Blue) = 47+121+62=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #2F793E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F793E is #D086C1. Grayscale: #5C5C5C. Windows color (decimal): -13665986 or 4094255. OLE color: 4094255.

HSL color Cylindrical-coordinate representation of color #2F793E: hue angle of 132.16º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F793E is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 121 62 -
CMYK 0.61 0 0.49 0.53
HSL 132.16º 0.44% 0.33% -
HSV(B) 132.16º 0.61% 0.47% -
XYZ 8.88 14.63 6.91 -
YUV 92.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 47 121 62 0.61 0 0.49 0.53 132.16 0.44 0.33
Hex 2F 79 3E 3D 0 31 35 84 2C 21
Octal 57 171 76 75 0 61 65 204 54 41
Binary 101111 1111001 111110 111101 0 110001 110101 10000100 101100 100001

Color Harmonies of #2F793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F793E

Black with #2F793E

Text Example


Text Example

White with #2F793E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,121,62); }

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

background-color css

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

 a { background-color: rgb(47,121,62); }

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

border-color css

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

 span { border-color: rgb(47,121,62); }

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