Html Css Color HEX #30620B Dell

📋 copy color: '#30620B'

red 48 ◦ green 98 ◦ blue 11

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

Shades of Dell #30620B

Tints of Dell #30620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 30.57%
G = 62.42%
B = 7.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#30620B (or 0x30620B) is known color: Dell. HEX triplet: 30, 62 and 0B. RGB value is (48,98,11). Sum of RGB (Red+Green+Blue) = 48+98+11=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #30620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30620B is #CF9DF4. Grayscale: #494949. Windows color (decimal): -13606389 or 746032. OLE color: 746032.

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

Color convert

RGB 48 98 11 -
CMYK 0.51 0 0.89 0.62
HSL 94.48º 0.8% 0.21% -
HSV(B) 94.48º 0.89% 0.38% -
XYZ 5.65 9.39 1.83 -
YUV 73.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 48 98 11 0.51 0 0.89 0.62 94.48 0.8 0.21
Hex 30 62 B 33 0 59 3E 5E 50 15
Octal 60 142 13 63 0 131 76 136 120 25
Binary 110000 1100010 1011 110011 0 1011001 111110 1011110 1010000 10101

Color Harmonies of #30620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30620B

Black with #30620B

Text Example


Text Example

White with #30620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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