Html Css Color HEX #00330F Dark Green

📋 copy color: '#00330F'

red 0 ◦ green 51 ◦ blue 15

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

Shades of Dark Green #00330F

Tints of Dark Green #00330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 22.73%

R = 0%
G = 77.27%
B = 22.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#00330F (or 0x00330F) is known color: Dark Green. HEX triplet: 00, 33 and 0F. RGB value is (0,51,15). Sum of RGB (Red+Green+Blue) = 0+51+15=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #00330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00330F is #FFCCF0. Grayscale: #1F1F1F. Windows color (decimal): -16764145 or 996096. OLE color: 996096.

HSL color Cylindrical-coordinate representation of color #00330F: hue angle of 137.65º 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 #00330F is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 51 15 -
CMYK 1 0 0.71 0.8
HSL 137.65º 1% 0.1% -
HSV(B) 137.65º 1% 0.2% -
XYZ 1.27 2.4 0.85 -
YUV 31.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 0 51 15 1 0 0.71 0.8 137.65 1 0.1
Hex 0 33 F 64 0 47 50 8A 64 A
Octal 0 63 17 144 0 107 120 212 144 12
Binary 0 110011 1111 1100100 0 1000111 1010000 10001010 1100100 1010

Color Harmonies of #00330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00330F

Black with #00330F

Text Example


Text Example

White with #00330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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