Html Css Color HEX #06251F Dark Green

📋 copy color: '#06251F'

red 6 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #06251F

Tints of Dark Green #06251F

RGB

 RED value IS 6 (2.73% from 255) = 8.11%

 GREEN value IS 37 (14.84% from 255) = 50%

 BLUE value IS 31 (12.5% from 255) = 41.89%

R = 8.11%
G = 50%
B = 41.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#06251F (or 0x06251F) is known color: Dark Green. HEX triplet: 06, 25 and 1F. RGB value is (6,37,31). Sum of RGB (Red+Green+Blue) = 6+37+31=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #06251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06251F is #F9DAE0. Grayscale: #1B1B1B. Windows color (decimal): -16374497 or 2041094. OLE color: 2041094.

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

Color convert

RGB 6 37 31 -
CMYK 0.84 0 0.16 0.85
HSL 168.39º 0.72% 0.08% -
HSV(B) 168.39º 0.84% 0.15% -
XYZ 0.98 1.46 1.53 -
YUV 27.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 6 37 31 0.84 0 0.16 0.85 168.39 0.72 0.08
Hex 6 25 1F 54 0 10 55 A8 48 8
Octal 6 45 37 124 0 20 125 250 110 10
Binary 110 100101 11111 1010100 0 10000 1010101 10101000 1001000 1000

Color Harmonies of #06251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06251F

Black with #06251F

Text Example


Text Example

White with #06251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,37,31); }

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

background-color css

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

 a { background-color: rgb(6,37,31); }

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

border-color css

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

 span { border-color: rgb(6,37,31); }

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