Html Css Color HEX #0A251B Dark Green

📋 copy color: '#0A251B'

red 10 ◦ green 37 ◦ blue 27

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

Shades of Dark Green #0A251B

Tints of Dark Green #0A251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36.49%

R = 13.51%
G = 50%
B = 36.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#0A251B (or 0x0A251B) is known color: Dark Green. HEX triplet: 0A, 25 and 1B. RGB value is (10,37,27). Sum of RGB (Red+Green+Blue) = 10+37+27=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251B is #F5DAE4. Grayscale: #1B1B1B. Windows color (decimal): -16112357 or 1778954. OLE color: 1778954.

HSL color Cylindrical-coordinate representation of color #0A251B: hue angle of 157.78º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A251B is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 37 27 -
CMYK 0.73 0 0.27 0.85
HSL 157.78º 0.57% 0.09% -
HSV(B) 157.78º 0.73% 0.15% -
XYZ 0.98 1.47 1.27 -
YUV 27.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 10 37 27 0.73 0 0.27 0.85 157.78 0.57 0.09
Hex A 25 1B 49 0 1B 55 9E 39 9
Octal 12 45 33 111 0 33 125 236 71 11
Binary 1010 100101 11011 1001001 0 11011 1010101 10011110 111001 1001

Color Harmonies of #0A251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A251B

Black with #0A251B

Text Example


Text Example

White with #0A251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,37,27); }

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

background-color css

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

 a { background-color: rgb(10,37,27); }

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

border-color css

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

 span { border-color: rgb(10,37,27); }

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