Html Css Color HEX #2F602C Parsley

📋 copy color: '#2F602C'

red 47 ◦ green 96 ◦ blue 44

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

Shades of Parsley #2F602C

Tints of Parsley #2F602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

 BLUE value IS 44 (17.58% from 255) = 23.53%

R = 25.13%
G = 51.34%
B = 23.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#2F602C (or 0x2F602C) is known color: Parsley. HEX triplet: 2F, 60 and 2C. RGB value is (47,96,44). Sum of RGB (Red+Green+Blue) = 47+96+44=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #2F602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F602C is #D09FD3. Grayscale: #4B4B4B. Windows color (decimal): -13672404 or 2908207. OLE color: 2908207.

HSL color Cylindrical-coordinate representation of color #2F602C: hue angle of 116.54º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F602C is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 44 -
CMYK 0.51 0 0.54 0.62
HSL 116.54º 0.37% 0.27% -
HSV(B) 116.54º 0.54% 0.38% -
XYZ 5.81 9.15 3.84 -
YUV 75.42 110.27 107.73 -
System Red Green Blue C M Y K H S L
Decimal 47 96 44 0.51 0 0.54 0.62 116.54 0.37 0.27
Hex 2F 60 2C 33 0 36 3E 75 25 1B
Octal 57 140 54 63 0 66 76 165 45 33
Binary 101111 1100000 101100 110011 0 110110 111110 1110101 100101 11011

Color Harmonies of #2F602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F602C

Black with #2F602C

Text Example


Text Example

White with #2F602C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,96,44); }

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

background-color css

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

 a { background-color: rgb(47,96,44); }

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

border-color css

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

 span { border-color: rgb(47,96,44); }

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