Html Css Color HEX #2B5430 Parsley

📋 copy color: '#2B5430'

red 43 ◦ green 84 ◦ blue 48

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

Shades of Parsley #2B5430

Tints of Parsley #2B5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

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

R = 24.57%
G = 48%
B = 27.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#2B5430 (or 0x2B5430) is known color: Parsley. HEX triplet: 2B, 54 and 30. RGB value is (43,84,48). Sum of RGB (Red+Green+Blue) = 43+84+48=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5430 is #D4ABCF. Grayscale: #434343. Windows color (decimal): -13937616 or 3167275. OLE color: 3167275.

HSL color Cylindrical-coordinate representation of color #2B5430: hue angle of 127.32º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5430 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 84 48 -
CMYK 0.49 0 0.43 0.67
HSL 127.32º 0.32% 0.25% -
HSV(B) 127.32º 0.49% 0.33% -
XYZ 4.7 7.07 3.91 -
YUV 67.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 43 84 48 0.49 0 0.43 0.67 127.32 0.32 0.25
Hex 2B 54 30 31 0 2B 43 7F 20 19
Octal 53 124 60 61 0 53 103 177 40 31
Binary 101011 1010100 110000 110001 0 101011 1000011 1111111 100000 11001

Color Harmonies of #2B5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5430

Black with #2B5430

Text Example


Text Example

White with #2B5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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