Html Css Color HEX #003427 Dark Green

📋 copy color: '#003427'

red 0 ◦ green 52 ◦ blue 39

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

Shades of Dark Green #003427

Tints of Dark Green #003427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 57.14%

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

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#003427 (or 0x003427) is known color: Dark Green. HEX triplet: 00, 34 and 27. RGB value is (0,52,39). Sum of RGB (Red+Green+Blue) = 0+52+39=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #003427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003427 is #FFCBD8. Grayscale: #222222. Windows color (decimal): -16763865 or 2569216. OLE color: 2569216.

HSL color Cylindrical-coordinate representation of color #003427: hue angle of 165º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003427 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 39 -
CMYK 1 0 0.25 0.80
HSL 165º 1% 0.1% -
HSV(B) 165º 1% 0.2% -
XYZ 1.59 2.6 2.34 -
YUV 34.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 0 52 39 1 0 0.25 0.80 165 1 0.1
Hex 0 34 27 64 0 19 50 A5 64 A
Octal 0 64 47 144 0 31 120 245 144 12
Binary 0 110100 100111 1100100 0 11001 1010000 10100101 1100100 1010

Color Harmonies of #003427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003427

Black with #003427

Text Example


Text Example

White with #003427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003427; }

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

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

background-color css

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

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

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

border-color css

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

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

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