Html Css Color HEX #2F8640 Japanese Laurel

📋 copy color: '#2F8640'

red 47 ◦ green 134 ◦ blue 64

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

Shades of Japanese Laurel #2F8640

Tints of Japanese Laurel #2F8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.69%

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

R = 19.18%
G = 54.69%
B = 26.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#2F8640 (or 0x2F8640) is known color: Japanese Laurel. HEX triplet: 2F, 86 and 40. RGB value is (47,134,64). Sum of RGB (Red+Green+Blue) = 47+134+64=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #2F8640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8640 is #D079BF. Grayscale: #646464. Windows color (decimal): -13662656 or 4228655. OLE color: 4228655.

HSL color Cylindrical-coordinate representation of color #2F8640: hue angle of 131.72º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8640 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 134 64 -
CMYK 0.65 0 0.52 0.47
HSL 131.72º 0.48% 0.35% -
HSV(B) 131.72º 0.65% 0.53% -
XYZ 10.62 18.02 7.77 -
YUV 100.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 47 134 64 0.65 0 0.52 0.47 131.72 0.48 0.35
Hex 2F 86 40 41 0 34 2F 84 30 23
Octal 57 206 100 101 0 64 57 204 60 43
Binary 101111 10000110 1000000 1000001 0 110100 101111 10000100 110000 100011

Color Harmonies of #2F8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8640

Black with #2F8640

Text Example


Text Example

White with #2F8640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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