Html Css Color HEX #0A302A Dark Green

📋 copy color: '#0A302A'

red 10 ◦ green 48 ◦ blue 42

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

Shades of Dark Green #0A302A

Tints of Dark Green #0A302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48%

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

R = 10%
G = 48%
B = 42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#0A302A (or 0x0A302A) is known color: Dark Green. HEX triplet: 0A, 30 and 2A. RGB value is (10,48,42). Sum of RGB (Red+Green+Blue) = 10+48+42=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #0A302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A302A is #F5CFD5. Grayscale: #232323. Windows color (decimal): -16109526 or 2764810. OLE color: 2764810.

HSL color Cylindrical-coordinate representation of color #0A302A: hue angle of 170.53º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A302A is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 48 42 -
CMYK 0.79 0 0.13 0.81
HSL 170.53º 0.66% 0.11% -
HSV(B) 170.53º 0.79% 0.19% -
XYZ 1.6 2.35 2.56 -
YUV 35.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 10 48 42 0.79 0 0.13 0.81 170.53 0.66 0.11
Hex A 30 2A 4F 0 D 51 AB 42 B
Octal 12 60 52 117 0 15 121 253 102 13
Binary 1010 110000 101010 1001111 0 1101 1010001 10101011 1000010 1011

Color Harmonies of #0A302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A302A

Black with #0A302A

Text Example


Text Example

White with #0A302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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