Html Css Color HEX #2F5F33 Parsley

📋 copy color: '#2F5F33'

red 47 ◦ green 95 ◦ blue 51

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

Shades of Parsley #2F5F33

Tints of Parsley #2F5F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 49.22%

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 24.35%
G = 49.22%
B = 26.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#2F5F33 (or 0x2F5F33) is known color: Parsley. HEX triplet: 2F, 5F and 33. RGB value is (47,95,51). Sum of RGB (Red+Green+Blue) = 47+95+51=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F33 is #D0A0CC. Grayscale: #4B4B4B. Windows color (decimal): -13672653 or 3366703. OLE color: 3366703.

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

Color convert

RGB 47 95 51 -
CMYK 0.51 0 0.46 0.63
HSL 125º 0.34% 0.28% -
HSV(B) 125º 0.51% 0.37% -
XYZ 5.86 9.03 4.57 -
YUV 75.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 47 95 51 0.51 0 0.46 0.63 125 0.34 0.28
Hex 2F 5F 33 33 0 2E 3F 7D 22 1C
Octal 57 137 63 63 0 56 77 175 42 34
Binary 101111 1011111 110011 110011 0 101110 111111 1111101 100010 11100

Color Harmonies of #2F5F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5F33

Black with #2F5F33

Text Example


Text Example

White with #2F5F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,95,51); }

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

background-color css

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

 a { background-color: rgb(47,95,51); }

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

border-color css

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

 span { border-color: rgb(47,95,51); }

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