Html Css Color HEX #00362F Dark Green

📋 copy color: '#00362F'

red 0 ◦ green 54 ◦ blue 47

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

Shades of Dark Green #00362F

Tints of Dark Green #00362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 46.53%

R = 0%
G = 53.47%
B = 46.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#00362F (or 0x00362F) is known color: Dark Green. HEX triplet: 00, 36 and 2F. RGB value is (0,54,47). Sum of RGB (Red+Green+Blue) = 0+54+47=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #00362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00362F is #FFC9D0. Grayscale: #252525. Windows color (decimal): -16763345 or 3094016. OLE color: 3094016.

HSL color Cylindrical-coordinate representation of color #00362F: hue angle of 172.22º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00362F is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 54 47 -
CMYK 1 0 0.13 0.79
HSL 172.22º 1% 0.11% -
HSV(B) 172.22º 1% 0.21% -
XYZ 1.83 2.84 3.14 -
YUV 37.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 0 54 47 1 0 0.13 0.79 172.22 1 0.11
Hex 0 36 2F 64 0 D 4F AC 64 B
Octal 0 66 57 144 0 15 117 254 144 13
Binary 0 110110 101111 1100100 0 1101 1001111 10101100 1100100 1011

Color Harmonies of #00362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00362F

Black with #00362F

Text Example


Text Example

White with #00362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00362F; }

 p { color: rgb(0,54,47); }

 H1.HeaderClassName
 {
   color: #00362F;
 }
 .AnyTagClassName
 {
   color: #00362F;
 }
</style>

background-color css

<style>
 a { background-color: #00362F; }

 a { background-color: rgb(0,54,47); }

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

border-color css

<style>
 span { border-color: #00362F; }

 span { border-color: rgb(0,54,47); }

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