Html Css Color HEX #2F8440 Japanese Laurel

📋 copy color: '#2F8440'

red 47 ◦ green 132 ◦ blue 64

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

Shades of Japanese Laurel #2F8440

Tints of Japanese Laurel #2F8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.32%

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

R = 19.34%
G = 54.32%
B = 26.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#2F8440 (or 0x2F8440) is known color: Japanese Laurel. HEX triplet: 2F, 84 and 40. RGB value is (47,132,64). Sum of RGB (Red+Green+Blue) = 47+132+64=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8440 is #D07BBF. Grayscale: #636363. Windows color (decimal): -13663168 or 4228143. OLE color: 4228143.

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

Color convert

RGB 47 132 64 -
CMYK 0.64 0 0.52 0.48
HSL 132º 0.47% 0.35% -
HSV(B) 132º 0.64% 0.52% -
XYZ 10.35 17.48 7.68 -
YUV 98.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 47 132 64 0.64 0 0.52 0.48 132 0.47 0.35
Hex 2F 84 40 40 0 34 30 84 2F 23
Octal 57 204 100 100 0 64 60 204 57 43
Binary 101111 10000100 1000000 1000000 0 110100 110000 10000100 101111 100011

Color Harmonies of #2F8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8440

Black with #2F8440

Text Example


Text Example

White with #2F8440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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