Html Css Color HEX #06251C Dark Green

📋 copy color: '#06251C'

red 6 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #06251C

Tints of Dark Green #06251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 39.44%

R = 8.45%
G = 52.11%
B = 39.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#06251C (or 0x06251C) is known color: Dark Green. HEX triplet: 06, 25 and 1C. RGB value is (6,37,28). Sum of RGB (Red+Green+Blue) = 6+37+28=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #06251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06251C is #F9DAE3. Grayscale: #1A1A1A. Windows color (decimal): -16374500 or 1844486. OLE color: 1844486.

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

Color convert

RGB 6 37 28 -
CMYK 0.84 0 0.24 0.85
HSL 162.58º 0.72% 0.08% -
HSV(B) 162.58º 0.84% 0.15% -
XYZ 0.95 1.45 1.33 -
YUV 26.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 6 37 28 0.84 0 0.24 0.85 162.58 0.72 0.08
Hex 6 25 1C 54 0 18 55 A3 48 8
Octal 6 45 34 124 0 30 125 243 110 10
Binary 110 100101 11100 1010100 0 11000 1010101 10100011 1001000 1000

Color Harmonies of #06251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06251C

Black with #06251C

Text Example


Text Example

White with #06251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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