Html Css Color HEX #30603E Goblin

📋 copy color: '#30603E'

red 48 ◦ green 96 ◦ blue 62

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

Shades of Goblin #30603E

Tints of Goblin #30603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 62 (24.61% from 255) = 30.1%

R = 23.3%
G = 46.6%
B = 30.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#30603E (or 0x30603E) is known color: Goblin. HEX triplet: 30, 60 and 3E. RGB value is (48,96,62). Sum of RGB (Red+Green+Blue) = 48+96+62=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #30603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30603E is #CF9FC1. Grayscale: #4D4D4D. Windows color (decimal): -13606850 or 4087856. OLE color: 4087856.

HSL color Cylindrical-coordinate representation of color #30603E: hue angle of 137.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30603E is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 62 -
CMYK 0.50 0 0.35 0.62
HSL 137.5º 0.33% 0.28% -
HSV(B) 137.5º 0.5% 0.38% -
XYZ 6.27 9.34 6.03 -
YUV 77.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 48 96 62 0.50 0 0.35 0.62 137.5 0.33 0.28
Hex 30 60 3E 32 0 23 3E 8A 21 1C
Octal 60 140 76 62 0 43 76 212 41 34
Binary 110000 1100000 111110 110010 0 100011 111110 10001010 100001 11100

Color Harmonies of #30603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30603E

Black with #30603E

Text Example


Text Example

White with #30603E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,96,62); }

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

background-color css

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

 a { background-color: rgb(48,96,62); }

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

border-color css

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

 span { border-color: rgb(48,96,62); }

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