Html Css Color HEX #2F7128 Japanese Laurel

📋 copy color: '#2F7128'

red 47 ◦ green 113 ◦ blue 40

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

Shades of Japanese Laurel #2F7128

Tints of Japanese Laurel #2F7128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.5%

 BLUE value IS 40 (16.02% from 255) = 20%

R = 23.5%
G = 56.5%
B = 20%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#2F7128 (or 0x2F7128) is known color: Japanese Laurel. HEX triplet: 2F, 71 and 28. RGB value is (47,113,40). Sum of RGB (Red+Green+Blue) = 47+113+40=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7128 is #D08ED7. Grayscale: #555555. Windows color (decimal): -13668056 or 2650415. OLE color: 2650415.

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

Color convert

RGB 47 113 40 -
CMYK 0.58 0 0.65 0.56
HSL 114.25º 0.48% 0.3% -
HSV(B) 114.25º 0.65% 0.44% -
XYZ 7.46 12.57 4.04 -
YUV 84.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 47 113 40 0.58 0 0.65 0.56 114.25 0.48 0.3
Hex 2F 71 28 3A 0 41 38 72 30 1E
Octal 57 161 50 72 0 101 70 162 60 36
Binary 101111 1110001 101000 111010 0 1000001 111000 1110010 110000 11110

Color Harmonies of #2F7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7128

Black with #2F7128

Text Example


Text Example

White with #2F7128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,113,40); }

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

background-color css

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

 a { background-color: rgb(47,113,40); }

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

border-color css

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

 span { border-color: rgb(47,113,40); }

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