#00281E

Color #00281E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00281E

Tints of Dark Green #00281E

Color information

#00281E (or 0x00281E) is unknown color: approx Dark Green. HEX triplet: 00, 28 and 1E. RGB value is (0,40,30). Sum of RGB (Red+Green+Blue) = 0+40+30=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #00281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00281E is #FFD7E1. Grayscale: #1A1A1A. Windows color (decimal): -16766946 or 1976320. OLE color: 1976320.

HSL color Cylindrical-coordinate representation of color #00281E: hue angle of 165º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00281E is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB04030-
CMYK100.250.84
HSL165º100%7.84%-
HSV(B)165º100%15.69%-
XYZ0.991.611.49-
YUV26.9129.75108.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 57.14%
BLUE value IS 30 (12.11% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal04030100.250.841651007.84
Hex0281E6401954a5648
Octal0503614403112424514410
Binary010100011110110010001100110101001010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00281E; }

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

 H1.HeaderClassName
 {
   color: #00281E;
 }
 .AnyTagClassName
 {
   color: #00281E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00281E;
 }
 .BgClassName
 {
   background-color: #00281E;
 }
</style>
border-color css

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

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

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