Html Css Color HEX #042E21 Dark Green

📋 copy color: '#042E21'

red 4 ◦ green 46 ◦ blue 33

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

Shades of Dark Green #042E21

Tints of Dark Green #042E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 55.42%

 BLUE value IS 33 (13.28% from 255) = 39.76%

R = 4.82%
G = 55.42%
B = 39.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#042E21 (or 0x042E21) is known color: Dark Green. HEX triplet: 04, 2E and 21. RGB value is (4,46,33). Sum of RGB (Red+Green+Blue) = 4+46+33=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #042E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E21 is #FBD1DE. Grayscale: #1F1F1F. Windows color (decimal): -16503263 or 2174468. OLE color: 2174468.

HSL color Cylindrical-coordinate representation of color #042E21: hue angle of 161.43º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042E21 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 46 33 -
CMYK 0.91 0 0.28 0.82
HSL 161.43º 0.84% 0.1% -
HSV(B) 161.43º 0.91% 0.18% -
XYZ 1.3 2.09 1.77 -
YUV 31.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 4 46 33 0.91 0 0.28 0.82 161.43 0.84 0.1
Hex 4 2E 21 5B 0 1C 52 A1 54 A
Octal 4 56 41 133 0 34 122 241 124 12
Binary 100 101110 100001 1011011 0 11100 1010010 10100001 1010100 1010

Color Harmonies of #042E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E21

Black with #042E21

Text Example


Text Example

White with #042E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042E21; }

 p { color: rgb(4,46,33); }

 H1.HeaderClassName
 {
   color: #042E21;
 }
 .AnyTagClassName
 {
   color: #042E21;
 }
</style>

background-color css

<style>
 a { background-color: #042E21; }

 a { background-color: rgb(4,46,33); }

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

border-color css

<style>
 span { border-color: #042E21; }

 span { border-color: rgb(4,46,33); }

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