Html Css Color HEX #42701E Dell

📋 copy color: '#42701E'

red 66 ◦ green 112 ◦ blue 30

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

Shades of Dell #42701E

Tints of Dell #42701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 31.73%
G = 53.85%
B = 14.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#42701E (or 0x42701E) is known color: Dell. HEX triplet: 42, 70 and 1E. RGB value is (66,112,30). Sum of RGB (Red+Green+Blue) = 66+112+30=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #42701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42701E is #BD8FE1. Grayscale: #595959. Windows color (decimal): -12423138 or 1994818. OLE color: 1994818.

HSL color Cylindrical-coordinate representation of color #42701E: hue angle of 93.66º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42701E is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 30 -
CMYK 0.41 0 0.73 0.56
HSL 93.66º 0.58% 0.28% -
HSV(B) 93.66º 0.73% 0.44% -
XYZ 8.28 12.84 3.27 -
YUV 88.9 94.76 111.67 -
System Red Green Blue C M Y K H S L
Decimal 66 112 30 0.41 0 0.73 0.56 93.66 0.58 0.28
Hex 42 70 1E 29 0 49 38 5E 3A 1C
Octal 102 160 36 51 0 111 70 136 72 34
Binary 1000010 1110000 11110 101001 0 1001001 111000 1011110 111010 11100

Color Harmonies of #42701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42701E

Black with #42701E

Text Example


Text Example

White with #42701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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