Html Css Color HEX #2F8839 Japanese Laurel

📋 copy color: '#2F8839'

red 47 ◦ green 136 ◦ blue 57

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

Shades of Japanese Laurel #2F8839

Tints of Japanese Laurel #2F8839

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.67%

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

R = 19.58%
G = 56.67%
B = 23.75%

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

#2F8839 (or 0x2F8839) is known color: Japanese Laurel. HEX triplet: 2F, 88 and 39. RGB value is (47,136,57). Sum of RGB (Red+Green+Blue) = 47+136+57=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8839 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8839 is #D077C6. Grayscale: #646464. Windows color (decimal): -13662151 or 3770415. OLE color: 3770415.

HSL color Cylindrical-coordinate representation of color #2F8839: hue angle of 126.74º degrees, saturation: 0.49, 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 #2F8839 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 136 57 -
CMYK 0.65 0 0.58 0.47
HSL 126.74º 0.49% 0.36% -
HSV(B) 126.74º 0.65% 0.53% -
XYZ 10.71 18.51 6.88 -
YUV 100.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 47 136 57 0.65 0 0.58 0.47 126.74 0.49 0.36
Hex 2F 88 39 41 0 3A 2F 7F 31 24
Octal 57 210 71 101 0 72 57 177 61 44
Binary 101111 10001000 111001 1000001 0 111010 101111 1111111 110001 100100

Color Harmonies of #2F8839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8839

Black with #2F8839

Text Example


Text Example

White with #2F8839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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