Html Css Color HEX #2F8940 Japanese Laurel

📋 copy color: '#2F8940'

red 47 ◦ green 137 ◦ blue 64

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

Shades of Japanese Laurel #2F8940

Tints of Japanese Laurel #2F8940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.24%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 18.95%
G = 55.24%
B = 25.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#2F8940 (or 0x2F8940) is known color: Japanese Laurel. HEX triplet: 2F, 89 and 40. RGB value is (47,137,64). Sum of RGB (Red+Green+Blue) = 47+137+64=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8940 is #D076BF. Grayscale: #656565. Windows color (decimal): -13661888 or 4229423. OLE color: 4229423.

HSL color Cylindrical-coordinate representation of color #2F8940: hue angle of 131.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8940 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 64 -
CMYK 0.66 0 0.53 0.46
HSL 131.33º 0.49% 0.36% -
HSV(B) 131.33º 0.66% 0.54% -
XYZ 11.04 18.87 7.91 -
YUV 101.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 47 137 64 0.66 0 0.53 0.46 131.33 0.49 0.36
Hex 2F 89 40 42 0 35 2E 83 31 24
Octal 57 211 100 102 0 65 56 203 61 44
Binary 101111 10001001 1000000 1000010 0 110101 101110 10000011 110001 100100

Color Harmonies of #2F8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8940

Black with #2F8940

Text Example


Text Example

White with #2F8940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,64); }

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

background-color css

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

 a { background-color: rgb(47,137,64); }

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

border-color css

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

 span { border-color: rgb(47,137,64); }

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