Html Css Color HEX #285D45 Green Pea

📋 copy color: '#285D45'

red 40 ◦ green 93 ◦ blue 69

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

Shades of Green Pea #285D45

Tints of Green Pea #285D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 19.8%
G = 46.04%
B = 34.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#285D45 (or 0x285D45) is known color: Green Pea. HEX triplet: 28, 5D and 45. RGB value is (40,93,69). Sum of RGB (Red+Green+Blue) = 40+93+69=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #285D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D45 is #D7A2BA. Grayscale: #4A4A4A. Windows color (decimal): -14131899 or 4545832. OLE color: 4545832.

HSL color Cylindrical-coordinate representation of color #285D45: hue angle of 152.83º 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 #285D45 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 93 69 -
CMYK 0.57 0 0.26 0.64
HSL 152.83º 0.4% 0.26% -
HSV(B) 152.83º 0.57% 0.36% -
XYZ 5.86 8.71 7 -
YUV 74.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 40 93 69 0.57 0 0.26 0.64 152.83 0.4 0.26
Hex 28 5D 45 39 0 1A 40 99 28 1A
Octal 50 135 105 71 0 32 100 231 50 32
Binary 101000 1011101 1000101 111001 0 11010 1000000 10011001 101000 11010

Color Harmonies of #285D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D45

Black with #285D45

Text Example


Text Example

White with #285D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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