Html Css Color HEX #2F8739 Japanese Laurel

📋 copy color: '#2F8739'

red 47 ◦ green 135 ◦ blue 57

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

Shades of Japanese Laurel #2F8739

Tints of Japanese Laurel #2F8739

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.49%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 19.67%
G = 56.49%
B = 23.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#2F8739 (or 0x2F8739) is known color: Japanese Laurel. HEX triplet: 2F, 87 and 39. RGB value is (47,135,57). Sum of RGB (Red+Green+Blue) = 47+135+57=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8739 is #D078C6. Grayscale: #646464. Windows color (decimal): -13662407 or 3770159. OLE color: 3770159.

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

Color convert

RGB 47 135 57 -
CMYK 0.65 0 0.58 0.47
HSL 126.82º 0.48% 0.36% -
HSV(B) 126.82º 0.65% 0.53% -
XYZ 10.57 18.23 6.83 -
YUV 99.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 47 135 57 0.65 0 0.58 0.47 126.82 0.48 0.36
Hex 2F 87 39 41 0 3A 2F 7F 30 24
Octal 57 207 71 101 0 72 57 177 60 44
Binary 101111 10000111 111001 1000001 0 111010 101111 1111111 110000 100100

Color Harmonies of #2F8739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8739

Black with #2F8739

Text Example


Text Example

White with #2F8739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,135,57); }

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

background-color css

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

 a { background-color: rgb(47,135,57); }

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

border-color css

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

 span { border-color: rgb(47,135,57); }

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