Html Css Color HEX #00280A Dark Green

📋 copy color: '#00280A'

red 0 ◦ green 40 ◦ blue 10

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

Shades of Dark Green #00280A

Tints of Dark Green #00280A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20%

R = 0%
G = 80%
B = 20%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#00280A (or 0x00280A) is known color: Dark Green. HEX triplet: 00, 28 and 0A. RGB value is (0,40,10). Sum of RGB (Red+Green+Blue) = 0+40+10=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 40 (16.02% from 255 or 80% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 40 - color contains mainly: green. Hex color #00280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00280A is #FFD7F5. Grayscale: #181818. Windows color (decimal): -16766966 or 665600. OLE color: 665600.

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

Color convert

RGB 0 40 10 -
CMYK 1 0 0.75 0.84
HSL 135º 1% 0.08% -
HSV(B) 135º 1% 0.16% -
XYZ 0.81 1.54 0.54 -
YUV 24.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 0 40 10 1 0 0.75 0.84 135 1 0.08
Hex 0 28 A 64 0 4B 54 87 64 8
Octal 0 50 12 144 0 113 124 207 144 10
Binary 0 101000 1010 1100100 0 1001011 1010100 10000111 1100100 1000

Color Harmonies of #00280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00280A

Black with #00280A

Text Example


Text Example

White with #00280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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