Html Css Color HEX #003027 Dark Green

📋 copy color: '#003027'

red 0 ◦ green 48 ◦ blue 39

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

Shades of Dark Green #003027

Tints of Dark Green #003027

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 39 (15.63% from 255) = 44.83%

R = 0%
G = 55.17%
B = 44.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#003027 (or 0x003027) is known color: Dark Green. HEX triplet: 00, 30 and 27. RGB value is (0,48,39). Sum of RGB (Red+Green+Blue) = 0+48+39=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #003027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003027 is #FFCFD8. Grayscale: #202020. Windows color (decimal): -16764889 or 2568192. OLE color: 2568192.

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

Color convert

RGB 0 48 39 -
CMYK 1 0 0.19 0.81
HSL 168.75º 1% 0.09% -
HSV(B) 168.75º 1% 0.19% -
XYZ 1.42 2.26 2.28 -
YUV 32.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 0 48 39 1 0 0.19 0.81 168.75 1 0.09
Hex 0 30 27 64 0 13 51 A9 64 9
Octal 0 60 47 144 0 23 121 251 144 11
Binary 0 110000 100111 1100100 0 10011 1010001 10101001 1100100 1001

Color Harmonies of #003027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003027

Black with #003027

Text Example


Text Example

White with #003027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003027; }

 p { color: rgb(0,48,39); }

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

background-color css

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

 a { background-color: rgb(0,48,39); }

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

border-color css

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

 span { border-color: rgb(0,48,39); }

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