Html Css Color HEX #00260A Dark Green

📋 copy color: '#00260A'

red 0 ◦ green 38 ◦ blue 10

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

Shades of Dark Green #00260A

Tints of Dark Green #00260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 79.17%

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

R = 0%
G = 79.17%
B = 20.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#00260A (or 0x00260A) is known color: Dark Green. HEX triplet: 00, 26 and 0A. RGB value is (0,38,10). Sum of RGB (Red+Green+Blue) = 0+38+10=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 38 (15.23% from 255 or 79.17% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 38 - color contains mainly: green. Hex color #00260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00260A is #FFD9F5. Grayscale: #171717. Windows color (decimal): -16767478 or 665088. OLE color: 665088.

HSL color Cylindrical-coordinate representation of color #00260A: hue angle of 135.79º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00260A is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 38 10 -
CMYK 1 0 0.74 0.85
HSL 135.79º 1% 0.07% -
HSV(B) 135.79º 1% 0.15% -
XYZ 0.75 1.41 0.52 -
YUV 23.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 0 38 10 1 0 0.74 0.85 135.79 1 0.07
Hex 0 26 A 64 0 4A 55 88 64 7
Octal 0 46 12 144 0 112 125 210 144 7
Binary 0 100110 1010 1100100 0 1001010 1010101 10001000 1100100 111

Color Harmonies of #00260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00260A

Black with #00260A

Text Example


Text Example

White with #00260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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