Html Css Color HEX #2B602E Parsley

📋 copy color: '#2B602E'

red 43 ◦ green 96 ◦ blue 46

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

Shades of Parsley #2B602E

Tints of Parsley #2B602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 23.24%
G = 51.89%
B = 24.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#2B602E (or 0x2B602E) is known color: Parsley. HEX triplet: 2B, 60 and 2E. RGB value is (43,96,46). Sum of RGB (Red+Green+Blue) = 43+96+46=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #2B602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B602E is #D49FD1. Grayscale: #4A4A4A. Windows color (decimal): -13934546 or 3039275. OLE color: 3039275.

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

Color convert

RGB 43 96 46 -
CMYK 0.55 0 0.52 0.62
HSL 123.4º 0.38% 0.27% -
HSV(B) 123.4º 0.55% 0.38% -
XYZ 5.67 9.08 4.04 -
YUV 74.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 43 96 46 0.55 0 0.52 0.62 123.4 0.38 0.27
Hex 2B 60 2E 37 0 34 3E 7B 26 1B
Octal 53 140 56 67 0 64 76 173 46 33
Binary 101011 1100000 101110 110111 0 110100 111110 1111011 100110 11011

Color Harmonies of #2B602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B602E

Black with #2B602E

Text Example


Text Example

White with #2B602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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