Html Css Color HEX #285000 Turtle Green

📋 copy color: '#285000'

red 40 ◦ green 80 ◦ blue 0

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

Shades of Turtle Green #285000

Tints of Turtle Green #285000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#285000 (or 0x285000) is known color: Turtle Green. HEX triplet: 28, 50 and 00. RGB value is (40,80,0). Sum of RGB (Red+Green+Blue) = 40+80+0=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #285000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285000 is #D7AFFF. Grayscale: #3B3B3B. Windows color (decimal): -14135296 or 20520. OLE color: 20520.

HSL color Cylindrical-coordinate representation of color #285000: hue angle of 90º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #285000 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 80 0 -
CMYK 0.5 0 1 0.69
HSL 90º 1% 0.16% -
HSV(B) 90º 1% 0.31% -
XYZ 3.74 6.19 1 -
YUV 58.92 94.75 114.5 -
System Red Green Blue C M Y K H S L
Decimal 40 80 0 0.5 0 1 0.69 90 1 0.16
Hex 28 50 0 32 0 64 45 5A 64 10
Octal 50 120 0 62 0 144 105 132 144 20
Binary 101000 1010000 0 110010 0 1100100 1000101 1011010 1100100 10000

Color Harmonies of #285000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285000

Black with #285000

Text Example


Text Example

White with #285000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285000; }

 p { color: rgb(40,80,0); }

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

background-color css

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

 a { background-color: rgb(40,80,0); }

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

border-color css

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

 span { border-color: rgb(40,80,0); }

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