Html Css Color HEX #427029 Dell

📋 copy color: '#427029'

red 66 ◦ green 112 ◦ blue 41

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

Shades of Dell #427029

Tints of Dell #427029

RGB

 RED value IS 66 (26.17% from 255) = 30.14%

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

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

R = 30.14%
G = 51.14%
B = 18.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#427029 (or 0x427029) is known color: Dell. HEX triplet: 42, 70 and 29. RGB value is (66,112,41). Sum of RGB (Red+Green+Blue) = 66+112+41=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #427029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427029 is #BD8FD6. Grayscale: #5A5A5A. Windows color (decimal): -12423127 or 2715714. OLE color: 2715714.

HSL color Cylindrical-coordinate representation of color #427029: hue angle of 98.87º 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 #427029 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 41 -
CMYK 0.41 0 0.63 0.56
HSL 98.87º 0.46% 0.3% -
HSV(B) 98.87º 0.63% 0.44% -
XYZ 8.44 12.91 4.14 -
YUV 90.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 66 112 41 0.41 0 0.63 0.56 98.87 0.46 0.3
Hex 42 70 29 29 0 3F 38 63 2E 1E
Octal 102 160 51 51 0 77 70 143 56 36
Binary 1000010 1110000 101001 101001 0 111111 111000 1100011 101110 11110

Color Harmonies of #427029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427029

Black with #427029

Text Example


Text Example

White with #427029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427029; }

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

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

background-color css

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

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

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

border-color css

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

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

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