Html Css Color HEX #0A241F Dark Green

📋 copy color: '#0A241F'

red 10 ◦ green 36 ◦ blue 31

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

Shades of Dark Green #0A241F

Tints of Dark Green #0A241F

RGB

 RED value IS 10 (4.3% from 255) = 12.99%

 GREEN value IS 36 (14.45% from 255) = 46.75%

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

R = 12.99%
G = 46.75%
B = 40.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#0A241F (or 0x0A241F) is known color: Dark Green. HEX triplet: 0A, 24 and 1F. RGB value is (10,36,31). Sum of RGB (Red+Green+Blue) = 10+36+31=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #0A241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A241F is #F5DBE0. Grayscale: #1B1B1B. Windows color (decimal): -16112609 or 2040842. OLE color: 2040842.

HSL color Cylindrical-coordinate representation of color #0A241F: hue angle of 168.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A241F is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 10 36 31 -
CMYK 0.72 0 0.14 0.86
HSL 168.46º 0.57% 0.09% -
HSV(B) 168.46º 0.72% 0.14% -
XYZ 1 1.43 1.52 -
YUV 27.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 10 36 31 0.72 0 0.14 0.86 168.46 0.57 0.09
Hex A 24 1F 48 0 E 56 A8 39 9
Octal 12 44 37 110 0 16 126 250 71 11
Binary 1010 100100 11111 1001000 0 1110 1010110 10101000 111001 1001

Color Harmonies of #0A241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A241F

Black with #0A241F

Text Example


Text Example

White with #0A241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A241F; }

 p { color: rgb(10,36,31); }

 H1.HeaderClassName
 {
   color: #0A241F;
 }
 .AnyTagClassName
 {
   color: #0A241F;
 }
</style>

background-color css

<style>
 a { background-color: #0A241F; }

 a { background-color: rgb(10,36,31); }

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

border-color css

<style>
 span { border-color: #0A241F; }

 span { border-color: rgb(10,36,31); }

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