Html Css Color HEX #285430 Parsley

📋 copy color: '#285430'

red 40 ◦ green 84 ◦ blue 48

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

Shades of Parsley #285430

Tints of Parsley #285430

RGB

 RED value IS 40 (16.02% from 255) = 23.26%

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

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

R = 23.26%
G = 48.84%
B = 27.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#285430 (or 0x285430) is known color: Parsley. HEX triplet: 28, 54 and 30. RGB value is (40,84,48). Sum of RGB (Red+Green+Blue) = 40+84+48=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #285430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285430 is #D7ABCF. Grayscale: #424242. Windows color (decimal): -14134224 or 3167272. OLE color: 3167272.

HSL color Cylindrical-coordinate representation of color #285430: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285430 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 84 48 -
CMYK 0.52 0 0.43 0.67
HSL 130.91º 0.35% 0.24% -
HSV(B) 130.91º 0.52% 0.33% -
XYZ 4.58 7.01 3.91 -
YUV 66.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 40 84 48 0.52 0 0.43 0.67 130.91 0.35 0.24
Hex 28 54 30 34 0 2B 43 83 23 18
Octal 50 124 60 64 0 53 103 203 43 30
Binary 101000 1010100 110000 110100 0 101011 1000011 10000011 100011 11000

Color Harmonies of #285430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285430

Black with #285430

Text Example


Text Example

White with #285430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285430; }

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

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

background-color css

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

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

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

border-color css

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

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

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