Html Css Color HEX #002A2B Dark Green

📋 copy color: '#002A2B'

red 0 ◦ green 42 ◦ blue 43

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

Shades of Dark Green #002A2B

Tints of Dark Green #002A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 49.41%

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

R = 0%
G = 49.41%
B = 50.59%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#002A2B (or 0x002A2B) is known color: Dark Green. HEX triplet: 00, 2A and 2B. RGB value is (0,42,43). Sum of RGB (Red+Green+Blue) = 0+42+43=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 42 (16.80% from 255 or 49.41% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #002A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A2B is #FFD5D4. Grayscale: #1D1D1D. Windows color (decimal): -16766421 or 2828800. OLE color: 2828800.

HSL color Cylindrical-coordinate representation of color #002A2B: hue angle of 181.4º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A2B is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 42 43 -
CMYK 1 0.02 0 0.83
HSL 181.4º 1% 0.08% -
HSV(B) 181.4º 1% 0.17% -
XYZ 1.26 1.83 2.57 -
YUV 29.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 0 42 43 1 0.02 0 0.83 181.4 1 0.08
Hex 0 2A 2B 64 2 0 53 B5 64 8
Octal 0 52 53 144 2 0 123 265 144 10
Binary 0 101010 101011 1100100 10 0 1010011 10110101 1100100 1000

Color Harmonies of #002A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A2B

Black with #002A2B

Text Example


Text Example

White with #002A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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