Html Css Color HEX #2B6030 Parsley

📋 copy color: '#2B6030'

red 43 ◦ green 96 ◦ blue 48

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

Shades of Parsley #2B6030

Tints of Parsley #2B6030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.67%

R = 22.99%
G = 51.34%
B = 25.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#2B6030 (or 0x2B6030) is known color: Parsley. HEX triplet: 2B, 60 and 30. RGB value is (43,96,48). Sum of RGB (Red+Green+Blue) = 43+96+48=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6030 is #D49FCF. Grayscale: #4A4A4A. Windows color (decimal): -13934544 or 3170347. OLE color: 3170347.

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

Color convert

RGB 43 96 48 -
CMYK 0.55 0 0.50 0.62
HSL 125.66º 0.38% 0.27% -
HSV(B) 125.66º 0.55% 0.38% -
XYZ 5.71 9.09 4.25 -
YUV 74.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 43 96 48 0.55 0 0.50 0.62 125.66 0.38 0.27
Hex 2B 60 30 37 0 32 3E 7E 26 1B
Octal 53 140 60 67 0 62 76 176 46 33
Binary 101011 1100000 110000 110111 0 110010 111110 1111110 100110 11011

Color Harmonies of #2B6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6030

Black with #2B6030

Text Example


Text Example

White with #2B6030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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