Html Css Color HEX #2F6132 Parsley

📋 copy color: '#2F6132'

red 47 ◦ green 97 ◦ blue 50

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

Shades of Parsley #2F6132

Tints of Parsley #2F6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 24.23%
G = 50%
B = 25.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#2F6132 (or 0x2F6132) is known color: Parsley. HEX triplet: 2F, 61 and 32. RGB value is (47,97,50). Sum of RGB (Red+Green+Blue) = 47+97+50=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6132 is #D09ECD. Grayscale: #4C4C4C. Windows color (decimal): -13672142 or 3301679. OLE color: 3301679.

HSL color Cylindrical-coordinate representation of color #2F6132: hue angle of 123.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F6132 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 97 50 -
CMYK 0.52 0 0.48 0.62
HSL 123.6º 0.35% 0.28% -
HSV(B) 123.6º 0.52% 0.38% -
XYZ 6.02 9.38 4.51 -
YUV 76.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 47 97 50 0.52 0 0.48 0.62 123.6 0.35 0.28
Hex 2F 61 32 34 0 30 3E 7C 23 1C
Octal 57 141 62 64 0 60 76 174 43 34
Binary 101111 1100001 110010 110100 0 110000 111110 1111100 100011 11100

Color Harmonies of #2F6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6132

Black with #2F6132

Text Example


Text Example

White with #2F6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,97,50); }

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

background-color css

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

 a { background-color: rgb(47,97,50); }

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

border-color css

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

 span { border-color: rgb(47,97,50); }

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