Html Css Color HEX #00280D Dark Green

📋 copy color: '#00280D'

red 0 ◦ green 40 ◦ blue 13

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

Shades of Dark Green #00280D

Tints of Dark Green #00280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 24.53%

R = 0%
G = 75.47%
B = 24.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#00280D (or 0x00280D) is known color: Dark Green. HEX triplet: 00, 28 and 0D. RGB value is (0,40,13). Sum of RGB (Red+Green+Blue) = 0+40+13=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #00280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00280D is #FFD7F2. Grayscale: #191919. Windows color (decimal): -16766963 or 862208. OLE color: 862208.

HSL color Cylindrical-coordinate representation of color #00280D: hue angle of 139.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 #00280D is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 40 13 -
CMYK 1 0 0.67 0.84
HSL 139.5º 1% 0.08% -
HSV(B) 139.5º 1% 0.16% -
XYZ 0.83 1.55 0.64 -
YUV 24.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 0 40 13 1 0 0.67 0.84 139.5 1 0.08
Hex 0 28 D 64 0 43 54 8C 64 8
Octal 0 50 15 144 0 103 124 214 144 10
Binary 0 101000 1101 1100100 0 1000011 1010100 10001100 1100100 1000

Color Harmonies of #00280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00280D

Black with #00280D

Text Example


Text Example

White with #00280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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