Html Css Color HEX #00260F Dark Green

📋 copy color: '#00260F'

red 0 ◦ green 38 ◦ blue 15

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

Shades of Dark Green #00260F

Tints of Dark Green #00260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 0%
G = 71.7%
B = 28.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#00260F (or 0x00260F) is known color: Dark Green. HEX triplet: 00, 26 and 0F. RGB value is (0,38,15). Sum of RGB (Red+Green+Blue) = 0+38+15=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #00260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00260F is #FFD9F0. Grayscale: #181818. Windows color (decimal): -16767473 or 992768. OLE color: 992768.

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

Color convert

RGB 0 38 15 -
CMYK 1 0 0.61 0.85
HSL 143.68º 1% 0.07% -
HSV(B) 143.68º 1% 0.15% -
XYZ 0.78 1.42 0.69 -
YUV 24.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 0 38 15 1 0 0.61 0.85 143.68 1 0.07
Hex 0 26 F 64 0 3D 55 90 64 7
Octal 0 46 17 144 0 75 125 220 144 7
Binary 0 100110 1111 1100100 0 111101 1010101 10010000 1100100 111

Color Harmonies of #00260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00260F

Black with #00260F

Text Example


Text Example

White with #00260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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