Html Css Color HEX #003430 Dark Green

📋 copy color: '#003430'

red 0 ◦ green 52 ◦ blue 48

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

Shades of Dark Green #003430

Tints of Dark Green #003430

RGB

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

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

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

R = 0%
G = 52%
B = 48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#003430 (or 0x003430) is known color: Dark Green. HEX triplet: 00, 34 and 30. RGB value is (0,52,48). Sum of RGB (Red+Green+Blue) = 0+52+48=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #003430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003430 is #FFCBCF. Grayscale: #232323. Windows color (decimal): -16763856 or 3159040. OLE color: 3159040.

HSL color Cylindrical-coordinate representation of color #003430: hue angle of 175.38º 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 #003430 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 48 -
CMYK 1 0 0.08 0.80
HSL 175.38º 1% 0.1% -
HSV(B) 175.38º 1% 0.2% -
XYZ 1.76 2.67 3.22 -
YUV 36 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 0 52 48 1 0 0.08 0.80 175.38 1 0.1
Hex 0 34 30 64 0 8 50 AF 64 A
Octal 0 64 60 144 0 10 120 257 144 12
Binary 0 110100 110000 1100100 0 1000 1010000 10101111 1100100 1010

Color Harmonies of #003430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003430

Black with #003430

Text Example


Text Example

White with #003430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003430; }

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

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

background-color css

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

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

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

border-color css

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

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

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