Html Css Color HEX #2F7129 Japanese Laurel

📋 copy color: '#2F7129'

red 47 ◦ green 113 ◦ blue 41

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

Shades of Japanese Laurel #2F7129

Tints of Japanese Laurel #2F7129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 23.38%
G = 56.22%
B = 20.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#2F7129 (or 0x2F7129) is known color: Japanese Laurel. HEX triplet: 2F, 71 and 29. RGB value is (47,113,41). Sum of RGB (Red+Green+Blue) = 47+113+41=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7129 is #D08ED6. Grayscale: #555555. Windows color (decimal): -13668055 or 2715951. OLE color: 2715951.

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

Color convert

RGB 47 113 41 -
CMYK 0.58 0 0.64 0.56
HSL 115º 0.47% 0.3% -
HSV(B) 115º 0.64% 0.44% -
XYZ 7.48 12.57 4.13 -
YUV 85.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 47 113 41 0.58 0 0.64 0.56 115 0.47 0.3
Hex 2F 71 29 3A 0 40 38 73 2F 1E
Octal 57 161 51 72 0 100 70 163 57 36
Binary 101111 1110001 101001 111010 0 1000000 111000 1110011 101111 11110

Color Harmonies of #2F7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7129

Black with #2F7129

Text Example


Text Example

White with #2F7129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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