Html Css Color HEX #2F431B Seaweed

📋 copy color: '#2F431B'

red 47 ◦ green 67 ◦ blue 27

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

Shades of Seaweed #2F431B

Tints of Seaweed #2F431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 33.33%
G = 47.52%
B = 19.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#2F431B (or 0x2F431B) is known color: Seaweed. HEX triplet: 2F, 43 and 1B. RGB value is (47,67,27). Sum of RGB (Red+Green+Blue) = 47+67+27=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #2F431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F431B is #D0BCE4. Grayscale: #383838. Windows color (decimal): -13679845 or 1786671. OLE color: 1786671.

HSL color Cylindrical-coordinate representation of color #2F431B: hue angle of 90º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F431B is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 67 27 -
CMYK 0.30 0 0.60 0.74
HSL 90º 0.43% 0.18% -
HSV(B) 90º 0.6% 0.26% -
XYZ 3.38 4.7 1.77 -
YUV 56.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 47 67 27 0.30 0 0.60 0.74 90 0.43 0.18
Hex 2F 43 1B 1E 0 3C 4A 5A 2B 12
Octal 57 103 33 36 0 74 112 132 53 22
Binary 101111 1000011 11011 11110 0 111100 1001010 1011010 101011 10010

Color Harmonies of #2F431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F431B

Black with #2F431B

Text Example


Text Example

White with #2F431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,67,27); }

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

background-color css

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

 a { background-color: rgb(47,67,27); }

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

border-color css

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

 span { border-color: rgb(47,67,27); }

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