Html Css Color HEX #30620D Dell

📋 copy color: '#30620D'

red 48 ◦ green 98 ◦ blue 13

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

Shades of Dell #30620D

Tints of Dell #30620D

RGB

 RED value IS 48 (19.14% from 255) = 30.19%

 GREEN value IS 98 (38.67% from 255) = 61.64%

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 30.19%
G = 61.64%
B = 8.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#30620D (or 0x30620D) is known color: Dell. HEX triplet: 30, 62 and 0D. RGB value is (48,98,13). Sum of RGB (Red+Green+Blue) = 48+98+13=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #30620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30620D is #CF9DF2. Grayscale: #494949. Windows color (decimal): -13606387 or 877104. OLE color: 877104.

HSL color Cylindrical-coordinate representation of color #30620D: hue angle of 95.29º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30620D is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 13 -
CMYK 0.51 0 0.87 0.62
HSL 95.29º 0.77% 0.22% -
HSV(B) 95.29º 0.87% 0.38% -
XYZ 5.66 9.39 1.9 -
YUV 73.36 93.94 109.91 -
System Red Green Blue C M Y K H S L
Decimal 48 98 13 0.51 0 0.87 0.62 95.29 0.77 0.22
Hex 30 62 D 33 0 57 3E 5F 4D 16
Octal 60 142 15 63 0 127 76 137 115 26
Binary 110000 1100010 1101 110011 0 1010111 111110 1011111 1001101 10110

Color Harmonies of #30620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30620D

Black with #30620D

Text Example


Text Example

White with #30620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30620D; }

 p { color: rgb(48,98,13); }

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

background-color css

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

 a { background-color: rgb(48,98,13); }

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

border-color css

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

 span { border-color: rgb(48,98,13); }

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