Html Css Color HEX #00330E Dark Green

📋 copy color: '#00330E'

red 0 ◦ green 51 ◦ blue 14

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

Shades of Dark Green #00330E

Tints of Dark Green #00330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 78.46%

 BLUE value IS 14 (5.86% from 255) = 21.54%

R = 0%
G = 78.46%
B = 21.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#00330E (or 0x00330E) is known color: Dark Green. HEX triplet: 00, 33 and 0E. RGB value is (0,51,14). Sum of RGB (Red+Green+Blue) = 0+51+14=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #00330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00330E is #FFCCF1. Grayscale: #1F1F1F. Windows color (decimal): -16764146 or 930560. OLE color: 930560.

HSL color Cylindrical-coordinate representation of color #00330E: hue angle of 136.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00330E is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 14 -
CMYK 1 0 0.73 0.8
HSL 136.47º 1% 0.1% -
HSV(B) 136.47º 1% 0.2% -
XYZ 1.26 2.4 0.81 -
YUV 31.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 0 51 14 1 0 0.73 0.8 136.47 1 0.1
Hex 0 33 E 64 0 49 50 88 64 A
Octal 0 63 16 144 0 111 120 210 144 12
Binary 0 110011 1110 1100100 0 1001001 1010000 10001000 1100100 1010

Color Harmonies of #00330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00330E

Black with #00330E

Text Example


Text Example

White with #00330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,51,14); }

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

background-color css

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

 a { background-color: rgb(0,51,14); }

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

border-color css

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

 span { border-color: rgb(0,51,14); }

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