Html Css Color HEX #03260F Dark Green

📋 copy color: '#03260F'

red 3 ◦ green 38 ◦ blue 15

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

Shades of Dark Green #03260F

Tints of Dark Green #03260F

RGB

 RED value IS 3 (1.56% from 255) = 5.36%

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

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

R = 5.36%
G = 67.86%
B = 26.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#03260F (or 0x03260F) is known color: Dark Green. HEX triplet: 03, 26 and 0F. RGB value is (3,38,15). Sum of RGB (Red+Green+Blue) = 3+38+15=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #03260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03260F is #FCD9F0. Grayscale: #181818. Windows color (decimal): -16570865 or 992771. OLE color: 992771.

HSL color Cylindrical-coordinate representation of color #03260F: hue angle of 140.57º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03260F is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 38 15 -
CMYK 0.92 0 0.61 0.85
HSL 140.57º 0.85% 0.08% -
HSV(B) 140.57º 0.92% 0.15% -
XYZ 0.82 1.44 0.69 -
YUV 24.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 3 38 15 0.92 0 0.61 0.85 140.57 0.85 0.08
Hex 3 26 F 5C 0 3D 55 8D 55 8
Octal 3 46 17 134 0 75 125 215 125 10
Binary 11 100110 1111 1011100 0 111101 1010101 10001101 1010101 1000

Color Harmonies of #03260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03260F

Black with #03260F

Text Example


Text Example

White with #03260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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