Html Css Color HEX #02362E Dark Green

📋 copy color: '#02362E'

red 2 ◦ green 54 ◦ blue 46

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

Shades of Dark Green #02362E

Tints of Dark Green #02362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 45.1%

R = 1.96%
G = 52.94%
B = 45.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#02362E (or 0x02362E) is known color: Dark Green. HEX triplet: 02, 36 and 2E. RGB value is (2,54,46). Sum of RGB (Red+Green+Blue) = 2+54+46=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #02362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02362E is #FDC9D1. Grayscale: #252525. Windows color (decimal): -16632274 or 3028482. OLE color: 3028482.

HSL color Cylindrical-coordinate representation of color #02362E: hue angle of 170.77º 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 #02362E is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 54 46 -
CMYK 0.96 0 0.15 0.79
HSL 170.77º 0.93% 0.11% -
HSV(B) 170.77º 0.96% 0.21% -
XYZ 1.84 2.85 3.04 -
YUV 37.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 2 54 46 0.96 0 0.15 0.79 170.77 0.93 0.11
Hex 2 36 2E 60 0 F 4F AB 5D B
Octal 2 66 56 140 0 17 117 253 135 13
Binary 10 110110 101110 1100000 0 1111 1001111 10101011 1011101 1011

Color Harmonies of #02362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02362E

Black with #02362E

Text Example


Text Example

White with #02362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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