Html Css Color HEX #2B6136 Parsley

📋 copy color: '#2B6136'

red 43 ◦ green 97 ◦ blue 54

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

Shades of Parsley #2B6136

Tints of Parsley #2B6136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 22.16%
G = 50%
B = 27.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#2B6136 (or 0x2B6136) is known color: Parsley. HEX triplet: 2B, 61 and 36. RGB value is (43,97,54). Sum of RGB (Red+Green+Blue) = 43+97+54=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6136 is #D49EC9. Grayscale: #4C4C4C. Windows color (decimal): -13934282 or 3563819. OLE color: 3563819.

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

Color convert

RGB 43 97 54 -
CMYK 0.56 0 0.44 0.62
HSL 132.22º 0.39% 0.27% -
HSV(B) 132.22º 0.56% 0.38% -
XYZ 5.94 9.33 4.98 -
YUV 75.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 43 97 54 0.56 0 0.44 0.62 132.22 0.39 0.27
Hex 2B 61 36 38 0 2C 3E 84 27 1B
Octal 53 141 66 70 0 54 76 204 47 33
Binary 101011 1100001 110110 111000 0 101100 111110 10000100 100111 11011

Color Harmonies of #2B6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6136

Black with #2B6136

Text Example


Text Example

White with #2B6136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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