Html Css Color HEX #002D2B Dark Green

📋 copy color: '#002D2B'

red 0 ◦ green 45 ◦ blue 43

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

Shades of Dark Green #002D2B

Tints of Dark Green #002D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 51.14%

 BLUE value IS 43 (17.19% from 255) = 48.86%

R = 0%
G = 51.14%
B = 48.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.82

RGB Variations

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

Color information

#002D2B (or 0x002D2B) is known color: Dark Green. HEX triplet: 00, 2D and 2B. RGB value is (0,45,43). Sum of RGB (Red+Green+Blue) = 0+45+43=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #002D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D2B is #FFD2D4. Grayscale: #1F1F1F. Windows color (decimal): -16765653 or 2829568. OLE color: 2829568.

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

Color convert

RGB 0 45 43 -
CMYK 1 0 0.04 0.82
HSL 177.33º 1% 0.09% -
HSV(B) 177.33º 1% 0.18% -
XYZ 1.37 2.05 2.61 -
YUV 31.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 0 45 43 1 0 0.04 0.82 177.33 1 0.09
Hex 0 2D 2B 64 0 4 52 B1 64 9
Octal 0 55 53 144 0 4 122 261 144 11
Binary 0 101101 101011 1100100 0 100 1010010 10110001 1100100 1001

Color Harmonies of #002D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D2B

Black with #002D2B

Text Example


Text Example

White with #002D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D2B; }

 p { color: rgb(0,45,43); }

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

background-color css

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

 a { background-color: rgb(0,45,43); }

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

border-color css

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

 span { border-color: rgb(0,45,43); }

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