Html Css Color HEX #00281F Dark Green

📋 copy color: '#00281F'

red 0 ◦ green 40 ◦ blue 31

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

Shades of Dark Green #00281F

Tints of Dark Green #00281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 56.34%

 BLUE value IS 31 (12.5% from 255) = 43.66%

R = 0%
G = 56.34%
B = 43.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#00281F (or 0x00281F) is known color: Dark Green. HEX triplet: 00, 28 and 1F. RGB value is (0,40,31). Sum of RGB (Red+Green+Blue) = 0+40+31=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #00281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00281F is #FFD7E0. Grayscale: #1B1B1B. Windows color (decimal): -16766945 or 2041856. OLE color: 2041856.

HSL color Cylindrical-coordinate representation of color #00281F: hue angle of 166.5º 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 #00281F is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 40 31 -
CMYK 1 0 0.22 0.84
HSL 166.5º 1% 0.08% -
HSV(B) 166.5º 1% 0.16% -
XYZ 1.01 1.62 1.56 -
YUV 27.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 0 40 31 1 0 0.22 0.84 166.5 1 0.08
Hex 0 28 1F 64 0 16 54 A6 64 8
Octal 0 50 37 144 0 26 124 246 144 10
Binary 0 101000 11111 1100100 0 10110 1010100 10100110 1100100 1000

Color Harmonies of #00281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00281F

Black with #00281F

Text Example


Text Example

White with #00281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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