Html Css Color HEX #2F4717 Seaweed

📋 copy color: '#2F4717'

red 47 ◦ green 71 ◦ blue 23

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

Shades of Seaweed #2F4717

Tints of Seaweed #2F4717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

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

R = 33.33%
G = 50.35%
B = 16.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#2F4717 (or 0x2F4717) is known color: Seaweed. HEX triplet: 2F, 47 and 17. RGB value is (47,71,23). Sum of RGB (Red+Green+Blue) = 47+71+23=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4717 is #D0B8E8. Grayscale: #3A3A3A. Windows color (decimal): -13678825 or 1525551. OLE color: 1525551.

HSL color Cylindrical-coordinate representation of color #2F4717: hue angle of 90º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4717 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 71 23 -
CMYK 0.34 0 0.68 0.72
HSL 90º 0.51% 0.18% -
HSV(B) 90º 0.68% 0.28% -
XYZ 3.58 5.17 1.62 -
YUV 58.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 47 71 23 0.34 0 0.68 0.72 90 0.51 0.18
Hex 2F 47 17 22 0 44 48 5A 33 12
Octal 57 107 27 42 0 104 110 132 63 22
Binary 101111 1000111 10111 100010 0 1000100 1001000 1011010 110011 10010

Color Harmonies of #2F4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4717

Black with #2F4717

Text Example


Text Example

White with #2F4717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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