Html Css Color HEX #0A352A Dark Green

📋 copy color: '#0A352A'

red 10 ◦ green 53 ◦ blue 42

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

Shades of Dark Green #0A352A

Tints of Dark Green #0A352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 40%

R = 9.52%
G = 50.48%
B = 40%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#0A352A (or 0x0A352A) is known color: Dark Green. HEX triplet: 0A, 35 and 2A. RGB value is (10,53,42). Sum of RGB (Red+Green+Blue) = 10+53+42=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #0A352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A352A is #F5CAD5. Grayscale: #262626. Windows color (decimal): -16108246 or 2766090. OLE color: 2766090.

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

Color convert

RGB 10 53 42 -
CMYK 0.81 0 0.21 0.79
HSL 164.65º 0.68% 0.12% -
HSV(B) 164.65º 0.81% 0.21% -
XYZ 1.82 2.78 2.63 -
YUV 38.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 10 53 42 0.81 0 0.21 0.79 164.65 0.68 0.12
Hex A 35 2A 51 0 15 4F A5 44 C
Octal 12 65 52 121 0 25 117 245 104 14
Binary 1010 110101 101010 1010001 0 10101 1001111 10100101 1000100 1100

Color Harmonies of #0A352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A352A

Black with #0A352A

Text Example


Text Example

White with #0A352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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