Html Css Color HEX #04230C Dark Green

📋 copy color: '#04230C'

red 4 ◦ green 35 ◦ blue 12

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

Shades of Dark Green #04230C

Tints of Dark Green #04230C

RGB

 RED value IS 4 (1.95% from 255) = 7.84%

 GREEN value IS 35 (14.06% from 255) = 68.63%

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 7.84%
G = 68.63%
B = 23.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#04230C (or 0x04230C) is known color: Dark Green. HEX triplet: 04, 23 and 0C. RGB value is (4,35,12). Sum of RGB (Red+Green+Blue) = 4+35+12=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #04230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04230C is #FBDCF3. Grayscale: #171717. Windows color (decimal): -16506100 or 795396. OLE color: 795396.

HSL color Cylindrical-coordinate representation of color #04230C: hue angle of 135.48º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04230C is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB 4 35 12 -
CMYK 0.89 0 0.66 0.86
HSL 135.48º 0.79% 0.08% -
HSV(B) 135.48º 0.89% 0.14% -
XYZ 0.72 1.25 0.55 -
YUV 23.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 4 35 12 0.89 0 0.66 0.86 135.48 0.79 0.08
Hex 4 23 C 59 0 42 56 87 4F 8
Octal 4 43 14 131 0 102 126 207 117 10
Binary 100 100011 1100 1011001 0 1000010 1010110 10000111 1001111 1000

Color Harmonies of #04230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04230C

Black with #04230C

Text Example


Text Example

White with #04230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04230C; }

 p { color: rgb(4,35,12); }

 H1.HeaderClassName
 {
   color: #04230C;
 }
 .AnyTagClassName
 {
   color: #04230C;
 }
</style>

background-color css

<style>
 a { background-color: #04230C; }

 a { background-color: rgb(4,35,12); }

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

border-color css

<style>
 span { border-color: #04230C; }

 span { border-color: rgb(4,35,12); }

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