Html Css Color HEX #2F9040 Japanese Laurel

📋 copy color: '#2F9040'

red 47 ◦ green 144 ◦ blue 64

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

Shades of Japanese Laurel #2F9040

Tints of Japanese Laurel #2F9040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.47%

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

R = 18.43%
G = 56.47%
B = 25.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#2F9040 (or 0x2F9040) is known color: Japanese Laurel. HEX triplet: 2F, 90 and 40. RGB value is (47,144,64). Sum of RGB (Red+Green+Blue) = 47+144+64=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9040 is #D06FBF. Grayscale: #6A6A6A. Windows color (decimal): -13660096 or 4231215. OLE color: 4231215.

HSL color Cylindrical-coordinate representation of color #2F9040: hue angle of 130.52º 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 #2F9040 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 64 -
CMYK 0.67 0 0.56 0.44
HSL 130.52º 0.51% 0.37% -
HSV(B) 130.52º 0.67% 0.56% -
XYZ 12.07 20.92 8.25 -
YUV 105.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 47 144 64 0.67 0 0.56 0.44 130.52 0.51 0.37
Hex 2F 90 40 43 0 38 2C 83 33 25
Octal 57 220 100 103 0 70 54 203 63 45
Binary 101111 10010000 1000000 1000011 0 111000 101100 10000011 110011 100101

Color Harmonies of #2F9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9040

Black with #2F9040

Text Example


Text Example

White with #2F9040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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