Html Css Color HEX #2B602B Parsley

📋 copy color: '#2B602B'

red 43 ◦ green 96 ◦ blue 43

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

Shades of Parsley #2B602B

Tints of Parsley #2B602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 23.63%
G = 52.75%
B = 23.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#2B602B (or 0x2B602B) is known color: Parsley. HEX triplet: 2B, 60 and 2B. RGB value is (43,96,43). Sum of RGB (Red+Green+Blue) = 43+96+43=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #2B602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B602B is #D49FD4. Grayscale: #4A4A4A. Windows color (decimal): -13934549 or 2842667. OLE color: 2842667.

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

Color convert

RGB 43 96 43 -
CMYK 0.55 0 0.55 0.62
HSL 120º 0.38% 0.27% -
HSV(B) 120º 0.55% 0.38% -
XYZ 5.62 9.05 3.74 -
YUV 74.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 43 96 43 0.55 0 0.55 0.62 120 0.38 0.27
Hex 2B 60 2B 37 0 37 3E 78 26 1B
Octal 53 140 53 67 0 67 76 170 46 33
Binary 101011 1100000 101011 110111 0 110111 111110 1111000 100110 11011

Color Harmonies of #2B602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B602B

Black with #2B602B

Text Example


Text Example

White with #2B602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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