Html Css Color HEX #02362A Dark Green

📋 copy color: '#02362A'

red 2 ◦ green 54 ◦ blue 42

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

Shades of Dark Green #02362A

Tints of Dark Green #02362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 55.1%

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 2.04%
G = 55.1%
B = 42.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#02362A (or 0x02362A) is known color: Dark Green. HEX triplet: 02, 36 and 2A. RGB value is (2,54,42). Sum of RGB (Red+Green+Blue) = 2+54+42=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #02362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02362A is #FDC9D5. Grayscale: #252525. Windows color (decimal): -16632278 or 2766338. OLE color: 2766338.

HSL color Cylindrical-coordinate representation of color #02362A: hue angle of 166.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02362A is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 54 42 -
CMYK 0.96 0 0.22 0.79
HSL 166.15º 0.93% 0.11% -
HSV(B) 166.15º 0.96% 0.21% -
XYZ 1.76 2.82 2.64 -
YUV 37.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 2 54 42 0.96 0 0.22 0.79 166.15 0.93 0.11
Hex 2 36 2A 60 0 16 4F A6 5D B
Octal 2 66 52 140 0 26 117 246 135 13
Binary 10 110110 101010 1100000 0 10110 1001111 10100110 1011101 1011

Color Harmonies of #02362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02362A

Black with #02362A

Text Example


Text Example

White with #02362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02362A; }

 p { color: rgb(2,54,42); }

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

background-color css

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

 a { background-color: rgb(2,54,42); }

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

border-color css

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

 span { border-color: rgb(2,54,42); }

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