Html Css Color HEX #285E2E Parsley

📋 copy color: '#285E2E'

red 40 ◦ green 94 ◦ blue 46

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

Shades of Parsley #285E2E

Tints of Parsley #285E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 52.22%

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 22.22%
G = 52.22%
B = 25.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#285E2E (or 0x285E2E) is known color: Parsley. HEX triplet: 28, 5E and 2E. RGB value is (40,94,46). Sum of RGB (Red+Green+Blue) = 40+94+46=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #285E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E2E is #D7A1D1. Grayscale: #484848. Windows color (decimal): -14131666 or 3038760. OLE color: 3038760.

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

Color convert

RGB 40 94 46 -
CMYK 0.57 0 0.51 0.63
HSL 126.67º 0.4% 0.26% -
HSV(B) 126.67º 0.57% 0.37% -
XYZ 5.37 8.65 3.97 -
YUV 72.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 40 94 46 0.57 0 0.51 0.63 126.67 0.4 0.26
Hex 28 5E 2E 39 0 33 3F 7F 28 1A
Octal 50 136 56 71 0 63 77 177 50 32
Binary 101000 1011110 101110 111001 0 110011 111111 1111111 101000 11010

Color Harmonies of #285E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E2E

Black with #285E2E

Text Example


Text Example

White with #285E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,94,46); }

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

background-color css

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

 a { background-color: rgb(40,94,46); }

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

border-color css

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

 span { border-color: rgb(40,94,46); }

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