Html Css Color HEX #2F5C33 Parsley

📋 copy color: '#2F5C33'

red 47 ◦ green 92 ◦ blue 51

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

Shades of Parsley #2F5C33

Tints of Parsley #2F5C33

RGB

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

 GREEN value IS 92 (36.33% from 255) = 48.42%

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

R = 24.74%
G = 48.42%
B = 26.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#2F5C33 (or 0x2F5C33) is known color: Parsley. HEX triplet: 2F, 5C and 33. RGB value is (47,92,51). Sum of RGB (Red+Green+Blue) = 47+92+51=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #2F5C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5C33 is #D0A3CC. Grayscale: #494949. Windows color (decimal): -13673421 or 3365935. OLE color: 3365935.

HSL color Cylindrical-coordinate representation of color #2F5C33: hue angle of 125.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5C33 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 92 51 -
CMYK 0.49 0 0.45 0.64
HSL 125.33º 0.32% 0.27% -
HSV(B) 125.33º 0.49% 0.36% -
XYZ 5.6 8.5 4.48 -
YUV 73.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 47 92 51 0.49 0 0.45 0.64 125.33 0.32 0.27
Hex 2F 5C 33 31 0 2D 40 7D 20 1B
Octal 57 134 63 61 0 55 100 175 40 33
Binary 101111 1011100 110011 110001 0 101101 1000000 1111101 100000 11011

Color Harmonies of #2F5C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5C33

Black with #2F5C33

Text Example


Text Example

White with #2F5C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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