Html Css Color HEX #30620C Dell

📋 copy color: '#30620C'

red 48 ◦ green 98 ◦ blue 12

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

Shades of Dell #30620C

Tints of Dell #30620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 30.38%
G = 62.03%
B = 7.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#30620C (or 0x30620C) is known color: Dell. HEX triplet: 30, 62 and 0C. RGB value is (48,98,12). Sum of RGB (Red+Green+Blue) = 48+98+12=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #30620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30620C is #CF9DF3. Grayscale: #494949. Windows color (decimal): -13606388 or 811568. OLE color: 811568.

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

Color convert

RGB 48 98 12 -
CMYK 0.51 0 0.88 0.62
HSL 94.88º 0.78% 0.22% -
HSV(B) 94.88º 0.88% 0.38% -
XYZ 5.65 9.39 1.86 -
YUV 73.25 93.44 109.99 -
System Red Green Blue C M Y K H S L
Decimal 48 98 12 0.51 0 0.88 0.62 94.88 0.78 0.22
Hex 30 62 C 33 0 58 3E 5F 4E 16
Octal 60 142 14 63 0 130 76 137 116 26
Binary 110000 1100010 1100 110011 0 1011000 111110 1011111 1001110 10110

Color Harmonies of #30620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30620C

Black with #30620C

Text Example


Text Example

White with #30620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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