Html Css Color HEX #2F4517 Seaweed

📋 copy color: '#2F4517'

red 47 ◦ green 69 ◦ blue 23

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

Shades of Seaweed #2F4517

Tints of Seaweed #2F4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 49.64%

 BLUE value IS 23 (9.38% from 255) = 16.55%

R = 33.81%
G = 49.64%
B = 16.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#2F4517 (or 0x2F4517) is known color: Seaweed. HEX triplet: 2F, 45 and 17. RGB value is (47,69,23). Sum of RGB (Red+Green+Blue) = 47+69+23=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4517 is #D0BAE8. Grayscale: #393939. Windows color (decimal): -13679337 or 1525039. OLE color: 1525039.

HSL color Cylindrical-coordinate representation of color #2F4517: hue angle of 88.7º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F4517 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 69 23 -
CMYK 0.32 0 0.67 0.73
HSL 88.7º 0.5% 0.18% -
HSV(B) 88.7º 0.67% 0.27% -
XYZ 3.46 4.92 1.58 -
YUV 57.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 47 69 23 0.32 0 0.67 0.73 88.7 0.5 0.18
Hex 2F 45 17 20 0 43 49 59 32 12
Octal 57 105 27 40 0 103 111 131 62 22
Binary 101111 1000101 10111 100000 0 1000011 1001001 1011001 110010 10010

Color Harmonies of #2F4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4517

Black with #2F4517

Text Example


Text Example

White with #2F4517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,69,23); }

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

background-color css

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

 a { background-color: rgb(47,69,23); }

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

border-color css

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

 span { border-color: rgb(47,69,23); }

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