Html Css Color HEX #00280C Dark Green

📋 copy color: '#00280C'

red 0 ◦ green 40 ◦ blue 12

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

Shades of Dark Green #00280C

Tints of Dark Green #00280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 23.08%

R = 0%
G = 76.92%
B = 23.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#00280C (or 0x00280C) is known color: Dark Green. HEX triplet: 00, 28 and 0C. RGB value is (0,40,12). Sum of RGB (Red+Green+Blue) = 0+40+12=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 40 (16.02% from 255 or 76.92% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 40 - color contains mainly: green. Hex color #00280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00280C is #FFD7F3. Grayscale: #181818. Windows color (decimal): -16766964 or 796672. OLE color: 796672.

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

Color convert

RGB 0 40 12 -
CMYK 1 0 0.70 0.84
HSL 138º 1% 0.08% -
HSV(B) 138º 1% 0.16% -
XYZ 0.83 1.54 0.6 -
YUV 24.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 0 40 12 1 0 0.70 0.84 138 1 0.08
Hex 0 28 C 64 0 46 54 8A 64 8
Octal 0 50 14 144 0 106 124 212 144 10
Binary 0 101000 1100 1100100 0 1000110 1010100 10001010 1100100 1000

Color Harmonies of #00280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00280C

Black with #00280C

Text Example


Text Example

White with #00280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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