Html Css Color HEX #0A351E Dark Green

📋 copy color: '#0A351E'

red 10 ◦ green 53 ◦ blue 30

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

Shades of Dark Green #0A351E

Tints of Dark Green #0A351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 32.26%

R = 10.75%
G = 56.99%
B = 32.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#0A351E (or 0x0A351E) is known color: Dark Green. HEX triplet: 0A, 35 and 1E. RGB value is (10,53,30). Sum of RGB (Red+Green+Blue) = 10+53+30=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #0A351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A351E is #F5CAE1. Grayscale: #252525. Windows color (decimal): -16108258 or 1979658. OLE color: 1979658.

HSL color Cylindrical-coordinate representation of color #0A351E: hue angle of 147.91º 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 #0A351E is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 53 30 -
CMYK 0.81 0 0.43 0.79
HSL 147.91º 0.68% 0.12% -
HSV(B) 147.91º 0.81% 0.21% -
XYZ 1.63 2.7 1.66 -
YUV 37.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 10 53 30 0.81 0 0.43 0.79 147.91 0.68 0.12
Hex A 35 1E 51 0 2B 4F 94 44 C
Octal 12 65 36 121 0 53 117 224 104 14
Binary 1010 110101 11110 1010001 0 101011 1001111 10010100 1000100 1100

Color Harmonies of #0A351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A351E

Black with #0A351E

Text Example


Text Example

White with #0A351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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