Html Css Color HEX #2F8540 Japanese Laurel

📋 copy color: '#2F8540'

red 47 ◦ green 133 ◦ blue 64

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

Shades of Japanese Laurel #2F8540

Tints of Japanese Laurel #2F8540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

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

R = 19.26%
G = 54.51%
B = 26.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#2F8540 (or 0x2F8540) is known color: Japanese Laurel. HEX triplet: 2F, 85 and 40. RGB value is (47,133,64). Sum of RGB (Red+Green+Blue) = 47+133+64=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8540 is #D07ABF. Grayscale: #636363. Windows color (decimal): -13662912 or 4228399. OLE color: 4228399.

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

Color convert

RGB 47 133 64 -
CMYK 0.65 0 0.52 0.48
HSL 131.86º 0.48% 0.35% -
HSV(B) 131.86º 0.65% 0.52% -
XYZ 10.49 17.75 7.72 -
YUV 99.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 47 133 64 0.65 0 0.52 0.48 131.86 0.48 0.35
Hex 2F 85 40 41 0 34 30 84 30 23
Octal 57 205 100 101 0 64 60 204 60 43
Binary 101111 10000101 1000000 1000001 0 110100 110000 10000100 110000 100011

Color Harmonies of #2F8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8540

Black with #2F8540

Text Example


Text Example

White with #2F8540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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