Html Css Color HEX #2B602D Parsley

📋 copy color: '#2B602D'

red 43 ◦ green 96 ◦ blue 45

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

Shades of Parsley #2B602D

Tints of Parsley #2B602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.46%

R = 23.37%
G = 52.17%
B = 24.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#2B602D (or 0x2B602D) is known color: Parsley. HEX triplet: 2B, 60 and 2D. RGB value is (43,96,45). Sum of RGB (Red+Green+Blue) = 43+96+45=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #2B602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B602D is #D49FD2. Grayscale: #4A4A4A. Windows color (decimal): -13934547 or 2973739. OLE color: 2973739.

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

Color convert

RGB 43 96 45 -
CMYK 0.55 0 0.53 0.62
HSL 122.26º 0.38% 0.27% -
HSV(B) 122.26º 0.55% 0.38% -
XYZ 5.65 9.07 3.94 -
YUV 74.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 43 96 45 0.55 0 0.53 0.62 122.26 0.38 0.27
Hex 2B 60 2D 37 0 35 3E 7A 26 1B
Octal 53 140 55 67 0 65 76 172 46 33
Binary 101011 1100000 101101 110111 0 110101 111110 1111010 100110 11011

Color Harmonies of #2B602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B602D

Black with #2B602D

Text Example


Text Example

White with #2B602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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