Html Css Color HEX #2F8937 Japanese Laurel

📋 copy color: '#2F8937'

red 47 ◦ green 137 ◦ blue 55

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

Shades of Japanese Laurel #2F8937

Tints of Japanese Laurel #2F8937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.01%

R = 19.67%
G = 57.32%
B = 23.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#2F8937 (or 0x2F8937) is known color: Japanese Laurel. HEX triplet: 2F, 89 and 37. RGB value is (47,137,55). Sum of RGB (Red+Green+Blue) = 47+137+55=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8937 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8937 is #D076C8. Grayscale: #646464. Windows color (decimal): -13661897 or 3639599. OLE color: 3639599.

HSL color Cylindrical-coordinate representation of color #2F8937: hue angle of 125.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 #2F8937 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 55 -
CMYK 0.66 0 0.60 0.46
HSL 125.33º 0.49% 0.36% -
HSV(B) 125.33º 0.66% 0.54% -
XYZ 10.81 18.77 6.67 -
YUV 100.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 47 137 55 0.66 0 0.60 0.46 125.33 0.49 0.36
Hex 2F 89 37 42 0 3C 2E 7D 31 24
Octal 57 211 67 102 0 74 56 175 61 44
Binary 101111 10001001 110111 1000010 0 111100 101110 1111101 110001 100100

Color Harmonies of #2F8937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8937

Black with #2F8937

Text Example


Text Example

White with #2F8937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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