Html Css Color HEX #447029 Dell

📋 copy color: '#447029'

red 68 ◦ green 112 ◦ blue 41

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

Shades of Dell #447029

Tints of Dell #447029

RGB

 RED value IS 68 (26.95% from 255) = 30.77%

 GREEN value IS 112 (44.14% from 255) = 50.68%

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 30.77%
G = 50.68%
B = 18.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#447029 (or 0x447029) is known color: Dell. HEX triplet: 44, 70 and 29. RGB value is (68,112,41). Sum of RGB (Red+Green+Blue) = 68+112+41=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #447029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447029 is #BB8FD6. Grayscale: #5A5A5A. Windows color (decimal): -12292055 or 2715716. OLE color: 2715716.

HSL color Cylindrical-coordinate representation of color #447029: hue angle of 97.18º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447029 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 41 -
CMYK 0.39 0 0.63 0.56
HSL 97.18º 0.46% 0.3% -
HSV(B) 97.18º 0.63% 0.44% -
XYZ 8.58 12.98 4.15 -
YUV 90.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 68 112 41 0.39 0 0.63 0.56 97.18 0.46 0.3
Hex 44 70 29 27 0 3F 38 61 2E 1E
Octal 104 160 51 47 0 77 70 141 56 36
Binary 1000100 1110000 101001 100111 0 111111 111000 1100001 101110 11110

Color Harmonies of #447029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447029

Black with #447029

Text Example


Text Example

White with #447029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447029; }

 p { color: rgb(68,112,41); }

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

background-color css

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

 a { background-color: rgb(68,112,41); }

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

border-color css

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

 span { border-color: rgb(68,112,41); }

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