Html Css Color HEX #2F7339 Japanese Laurel

📋 copy color: '#2F7339'

red 47 ◦ green 115 ◦ blue 57

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

Shades of Japanese Laurel #2F7339

Tints of Japanese Laurel #2F7339

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 21.46%
G = 52.51%
B = 26.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#2F7339 (or 0x2F7339) is known color: Japanese Laurel. HEX triplet: 2F, 73 and 39. RGB value is (47,115,57). Sum of RGB (Red+Green+Blue) = 47+115+57=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7339 is #D08CC6. Grayscale: #585858. Windows color (decimal): -13667527 or 3765039. OLE color: 3765039.

HSL color Cylindrical-coordinate representation of color #2F7339: hue angle of 128.82º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F7339 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 115 57 -
CMYK 0.59 0 0.50 0.55
HSL 128.82º 0.42% 0.32% -
HSV(B) 128.82º 0.59% 0.45% -
XYZ 8.04 13.16 5.99 -
YUV 88.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 47 115 57 0.59 0 0.50 0.55 128.82 0.42 0.32
Hex 2F 73 39 3B 0 32 37 81 2A 20
Octal 57 163 71 73 0 62 67 201 52 40
Binary 101111 1110011 111001 111011 0 110010 110111 10000001 101010 100000

Color Harmonies of #2F7339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7339

Black with #2F7339

Text Example


Text Example

White with #2F7339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,115,57); }

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

background-color css

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

 a { background-color: rgb(47,115,57); }

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

border-color css

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

 span { border-color: rgb(47,115,57); }

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