Html Css Color HEX #2B612C Parsley

📋 copy color: '#2B612C'

red 43 ◦ green 97 ◦ blue 44

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

Shades of Parsley #2B612C

Tints of Parsley #2B612C

RGB

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

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

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

R = 23.37%
G = 52.72%
B = 23.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#2B612C (or 0x2B612C) is known color: Parsley. HEX triplet: 2B, 61 and 2C. RGB value is (43,97,44). Sum of RGB (Red+Green+Blue) = 43+97+44=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #2B612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B612C is #D49ED3. Grayscale: #4A4A4A. Windows color (decimal): -13934292 or 2908459. OLE color: 2908459.

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

Color convert

RGB 43 97 44 -
CMYK 0.56 0 0.55 0.62
HSL 121.11º 0.39% 0.27% -
HSV(B) 121.11º 0.56% 0.38% -
XYZ 5.73 9.24 3.87 -
YUV 74.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 43 97 44 0.56 0 0.55 0.62 121.11 0.39 0.27
Hex 2B 61 2C 38 0 37 3E 79 27 1B
Octal 53 141 54 70 0 67 76 171 47 33
Binary 101011 1100001 101100 111000 0 110111 111110 1111001 100111 11011

Color Harmonies of #2B612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B612C

Black with #2B612C

Text Example


Text Example

White with #2B612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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