Html Css Color HEX #285A30 Parsley

📋 copy color: '#285A30'

red 40 ◦ green 90 ◦ blue 48

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

Shades of Parsley #285A30

Tints of Parsley #285A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.56%

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

R = 22.47%
G = 50.56%
B = 26.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#285A30 (or 0x285A30) is known color: Parsley. HEX triplet: 28, 5A and 30. RGB value is (40,90,48). Sum of RGB (Red+Green+Blue) = 40+90+48=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #285A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A30 is #D7A5CF. Grayscale: #464646. Windows color (decimal): -14132688 or 3168808. OLE color: 3168808.

HSL color Cylindrical-coordinate representation of color #285A30: hue angle of 129.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A30 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 90 48 -
CMYK 0.56 0 0.47 0.65
HSL 129.6º 0.38% 0.25% -
HSV(B) 129.6º 0.56% 0.35% -
XYZ 5.06 7.98 4.07 -
YUV 70.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 40 90 48 0.56 0 0.47 0.65 129.6 0.38 0.25
Hex 28 5A 30 38 0 2F 41 82 26 19
Octal 50 132 60 70 0 57 101 202 46 31
Binary 101000 1011010 110000 111000 0 101111 1000001 10000010 100110 11001

Color Harmonies of #285A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A30

Black with #285A30

Text Example


Text Example

White with #285A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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