Html Css Color HEX #285D30 Parsley

📋 copy color: '#285D30'

red 40 ◦ green 93 ◦ blue 48

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

Shades of Parsley #285D30

Tints of Parsley #285D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.38%

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

R = 22.1%
G = 51.38%
B = 26.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#285D30 (or 0x285D30) is known color: Parsley. HEX triplet: 28, 5D and 30. RGB value is (40,93,48). Sum of RGB (Red+Green+Blue) = 40+93+48=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #285D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D30 is #D7A2CF. Grayscale: #484848. Windows color (decimal): -14131920 or 3169576. OLE color: 3169576.

HSL color Cylindrical-coordinate representation of color #285D30: hue angle of 129.06º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D30 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 93 48 -
CMYK 0.57 0 0.48 0.64
HSL 129.06º 0.4% 0.26% -
HSV(B) 129.06º 0.57% 0.36% -
XYZ 5.32 8.49 4.16 -
YUV 72.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 40 93 48 0.57 0 0.48 0.64 129.06 0.4 0.26
Hex 28 5D 30 39 0 30 40 81 28 1A
Octal 50 135 60 71 0 60 100 201 50 32
Binary 101000 1011101 110000 111001 0 110000 1000000 10000001 101000 11010

Color Harmonies of #285D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D30

Black with #285D30

Text Example


Text Example

White with #285D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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