Html Css Color HEX #2F8034 Japanese Laurel

📋 copy color: '#2F8034'

red 47 ◦ green 128 ◦ blue 52

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

Shades of Japanese Laurel #2F8034

Tints of Japanese Laurel #2F8034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.39%

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 20.7%
G = 56.39%
B = 22.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#2F8034 (or 0x2F8034) is known color: Japanese Laurel. HEX triplet: 2F, 80 and 34. RGB value is (47,128,52). Sum of RGB (Red+Green+Blue) = 47+128+52=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #2F8034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8034 is #D07FCB. Grayscale: #5F5F5F. Windows color (decimal): -13664204 or 3440687. OLE color: 3440687.

HSL color Cylindrical-coordinate representation of color #2F8034: hue angle of 123.7º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F8034 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 128 52 -
CMYK 0.63 0 0.59 0.50
HSL 123.7º 0.46% 0.34% -
HSV(B) 123.7º 0.63% 0.5% -
XYZ 9.51 16.29 5.89 -
YUV 95.12 103.66 93.68 -
System Red Green Blue C M Y K H S L
Decimal 47 128 52 0.63 0 0.59 0.50 123.7 0.46 0.34
Hex 2F 80 34 3F 0 3B 32 7C 2E 22
Octal 57 200 64 77 0 73 62 174 56 42
Binary 101111 10000000 110100 111111 0 111011 110010 1111100 101110 100010

Color Harmonies of #2F8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8034

Black with #2F8034

Text Example


Text Example

White with #2F8034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,52); }

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

background-color css

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

 a { background-color: rgb(47,128,52); }

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

border-color css

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

 span { border-color: rgb(47,128,52); }

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