Html Css Color HEX #285B40 Green Pea

📋 copy color: '#285B40'

red 40 ◦ green 91 ◦ blue 64

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

Shades of Green Pea #285B40

Tints of Green Pea #285B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.67%

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 20.51%
G = 46.67%
B = 32.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#285B40 (or 0x285B40) is known color: Green Pea. HEX triplet: 28, 5B and 40. RGB value is (40,91,64). Sum of RGB (Red+Green+Blue) = 40+91+64=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #285B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B40 is #D7A4BF. Grayscale: #484848. Windows color (decimal): -14132416 or 4217640. OLE color: 4217640.

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

Color convert

RGB 40 91 64 -
CMYK 0.56 0 0.30 0.64
HSL 148.24º 0.39% 0.26% -
HSV(B) 148.24º 0.56% 0.36% -
XYZ 5.54 8.3 6.16 -
YUV 72.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 40 91 64 0.56 0 0.30 0.64 148.24 0.39 0.26
Hex 28 5B 40 38 0 1E 40 94 27 1A
Octal 50 133 100 70 0 36 100 224 47 32
Binary 101000 1011011 1000000 111000 0 11110 1000000 10010100 100111 11010

Color Harmonies of #285B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B40

Black with #285B40

Text Example


Text Example

White with #285B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,91,64); }

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

background-color css

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

 a { background-color: rgb(40,91,64); }

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

border-color css

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

 span { border-color: rgb(40,91,64); }

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