Html Css Color HEX #0A351F Dark Green

📋 copy color: '#0A351F'

red 10 ◦ green 53 ◦ blue 31

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

Shades of Dark Green #0A351F

Tints of Dark Green #0A351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 56.38%

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

R = 10.64%
G = 56.38%
B = 32.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#0A351F (or 0x0A351F) is known color: Dark Green. HEX triplet: 0A, 35 and 1F. RGB value is (10,53,31). Sum of RGB (Red+Green+Blue) = 10+53+31=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #0A351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A351F is #F5CAE0. Grayscale: #252525. Windows color (decimal): -16108257 or 2045194. OLE color: 2045194.

HSL color Cylindrical-coordinate representation of color #0A351F: hue angle of 149.3º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A351F is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 53 31 -
CMYK 0.81 0 0.42 0.79
HSL 149.3º 0.68% 0.12% -
HSV(B) 149.3º 0.81% 0.21% -
XYZ 1.65 2.71 1.73 -
YUV 37.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 10 53 31 0.81 0 0.42 0.79 149.3 0.68 0.12
Hex A 35 1F 51 0 2A 4F 95 44 C
Octal 12 65 37 121 0 52 117 225 104 14
Binary 1010 110101 11111 1010001 0 101010 1001111 10010101 1000100 1100

Color Harmonies of #0A351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A351F

Black with #0A351F

Text Example


Text Example

White with #0A351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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