Html Css Color HEX #2B602C Parsley

📋 copy color: '#2B602C'

red 43 ◦ green 96 ◦ blue 44

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

Shades of Parsley #2B602C

Tints of Parsley #2B602C

RGB

 RED value IS 43 (17.19% from 255) = 23.5%

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

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

R = 23.5%
G = 52.46%
B = 24.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#2B602C (or 0x2B602C) is known color: Parsley. HEX triplet: 2B, 60 and 2C. RGB value is (43,96,44). Sum of RGB (Red+Green+Blue) = 43+96+44=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #2B602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B602C is #D49FD3. Grayscale: #4A4A4A. Windows color (decimal): -13934548 or 2908203. OLE color: 2908203.

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

Color convert

RGB 43 96 44 -
CMYK 0.55 0 0.54 0.62
HSL 121.13º 0.38% 0.27% -
HSV(B) 121.13º 0.55% 0.38% -
XYZ 5.63 9.06 3.83 -
YUV 74.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 43 96 44 0.55 0 0.54 0.62 121.13 0.38 0.27
Hex 2B 60 2C 37 0 36 3E 79 26 1B
Octal 53 140 54 67 0 66 76 171 46 33
Binary 101011 1100000 101100 110111 0 110110 111110 1111001 100110 11011

Color Harmonies of #2B602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B602C

Black with #2B602C

Text Example


Text Example

White with #2B602C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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