Html Css Color HEX #2B612F Parsley

📋 copy color: '#2B612F'

red 43 ◦ green 97 ◦ blue 47

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

Shades of Parsley #2B612F

Tints of Parsley #2B612F

RGB

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

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

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

R = 22.99%
G = 51.87%
B = 25.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#2B612F (or 0x2B612F) is known color: Parsley. HEX triplet: 2B, 61 and 2F. RGB value is (43,97,47). Sum of RGB (Red+Green+Blue) = 43+97+47=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #2B612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B612F is #D49ED0. Grayscale: #4B4B4B. Windows color (decimal): -13934289 or 3105067. OLE color: 3105067.

HSL color Cylindrical-coordinate representation of color #2B612F: hue angle of 124.44º 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 #2B612F is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 97 47 -
CMYK 0.56 0 0.52 0.62
HSL 124.44º 0.39% 0.27% -
HSV(B) 124.44º 0.56% 0.38% -
XYZ 5.78 9.27 4.17 -
YUV 75.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 43 97 47 0.56 0 0.52 0.62 124.44 0.39 0.27
Hex 2B 61 2F 38 0 34 3E 7C 27 1B
Octal 53 141 57 70 0 64 76 174 47 33
Binary 101011 1100001 101111 111000 0 110100 111110 1111100 100111 11011

Color Harmonies of #2B612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B612F

Black with #2B612F

Text Example


Text Example

White with #2B612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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