Html Css Color HEX #02302B Dark Green

📋 copy color: '#02302B'

red 2 ◦ green 48 ◦ blue 43

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

Shades of Dark Green #02302B

Tints of Dark Green #02302B

RGB

 RED value IS 2 (1.17% from 255) = 2.15%

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

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

R = 2.15%
G = 51.61%
B = 46.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#02302B (or 0x02302B) is known color: Dark Green. HEX triplet: 02, 30 and 2B. RGB value is (2,48,43). Sum of RGB (Red+Green+Blue) = 2+48+43=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #02302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302B is #FDCFD4. Grayscale: #212121. Windows color (decimal): -16633813 or 2830338. OLE color: 2830338.

HSL color Cylindrical-coordinate representation of color #02302B: hue angle of 173.48º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02302B is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 2 48 43 -
CMYK 0.96 0 0.10 0.81
HSL 173.48º 0.92% 0.1% -
HSV(B) 173.48º 0.96% 0.19% -
XYZ 1.52 2.3 2.65 -
YUV 33.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 2 48 43 0.96 0 0.10 0.81 173.48 0.92 0.1
Hex 2 30 2B 60 0 A 51 AD 5C A
Octal 2 60 53 140 0 12 121 255 134 12
Binary 10 110000 101011 1100000 0 1010 1010001 10101101 1011100 1010

Color Harmonies of #02302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02302B

Black with #02302B

Text Example


Text Example

White with #02302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02302B; }

 p { color: rgb(2,48,43); }

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

background-color css

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

 a { background-color: rgb(2,48,43); }

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

border-color css

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

 span { border-color: rgb(2,48,43); }

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