Html Css Color HEX #2F8F40 Japanese Laurel

📋 copy color: '#2F8F40'

red 47 ◦ green 143 ◦ blue 64

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

Shades of Japanese Laurel #2F8F40

Tints of Japanese Laurel #2F8F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.3%

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

R = 18.5%
G = 56.3%
B = 25.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#2F8F40 (or 0x2F8F40) is known color: Japanese Laurel. HEX triplet: 2F, 8F and 40. RGB value is (47,143,64). Sum of RGB (Red+Green+Blue) = 47+143+64=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8F40 is #D070BF. Grayscale: #696969. Windows color (decimal): -13660352 or 4230959. OLE color: 4230959.

HSL color Cylindrical-coordinate representation of color #2F8F40: hue angle of 130.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8F40 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 143 64 -
CMYK 0.67 0 0.55 0.44
HSL 130.63º 0.51% 0.37% -
HSV(B) 130.63º 0.67% 0.56% -
XYZ 11.92 20.62 8.2 -
YUV 105.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 47 143 64 0.67 0 0.55 0.44 130.63 0.51 0.37
Hex 2F 8F 40 43 0 37 2C 83 33 25
Octal 57 217 100 103 0 67 54 203 63 45
Binary 101111 10001111 1000000 1000011 0 110111 101100 10000011 110011 100101

Color Harmonies of #2F8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8F40

Black with #2F8F40

Text Example


Text Example

White with #2F8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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