Html Css Color HEX #0A3328 Dark Green

📋 copy color: '#0A3328'

red 10 ◦ green 51 ◦ blue 40

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

Shades of Dark Green #0A3328

Tints of Dark Green #0A3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50.5%

 BLUE value IS 40 (16.02% from 255) = 39.6%

R = 9.9%
G = 50.5%
B = 39.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#0A3328 (or 0x0A3328) is known color: Dark Green. HEX triplet: 0A, 33 and 28. RGB value is (10,51,40). Sum of RGB (Red+Green+Blue) = 10+51+40=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #0A3328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3328 is #F5CCD7. Grayscale: #252525. Windows color (decimal): -16108760 or 2634506. OLE color: 2634506.

HSL color Cylindrical-coordinate representation of color #0A3328: hue angle of 163.9º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3328 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 10 51 40 -
CMYK 0.80 0 0.22 0.8
HSL 163.9º 0.67% 0.12% -
HSV(B) 163.9º 0.8% 0.2% -
XYZ 1.69 2.59 2.42 -
YUV 37.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 10 51 40 0.80 0 0.22 0.8 163.9 0.67 0.12
Hex A 33 28 50 0 16 50 A4 43 C
Octal 12 63 50 120 0 26 120 244 103 14
Binary 1010 110011 101000 1010000 0 10110 1010000 10100100 1000011 1100

Color Harmonies of #0A3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3328

Black with #0A3328

Text Example


Text Example

White with #0A3328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,40); }

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

background-color css

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

 a { background-color: rgb(10,51,40); }

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

border-color css

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

 span { border-color: rgb(10,51,40); }

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