Html Css Color HEX #30603F Goblin

📋 copy color: '#30603F'

red 48 ◦ green 96 ◦ blue 63

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

Shades of Goblin #30603F

Tints of Goblin #30603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.43%

R = 23.19%
G = 46.38%
B = 30.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#30603F (or 0x30603F) is known color: Goblin. HEX triplet: 30, 60 and 3F. RGB value is (48,96,63). Sum of RGB (Red+Green+Blue) = 48+96+63=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #30603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30603F is #CF9FC0. Grayscale: #4D4D4D. Windows color (decimal): -13606849 or 4153392. OLE color: 4153392.

HSL color Cylindrical-coordinate representation of color #30603F: hue angle of 138.75º 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 #30603F is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 63 -
CMYK 0.50 0 0.34 0.62
HSL 138.75º 0.33% 0.28% -
HSV(B) 138.75º 0.5% 0.38% -
XYZ 6.3 9.35 6.18 -
YUV 77.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 48 96 63 0.50 0 0.34 0.62 138.75 0.33 0.28
Hex 30 60 3F 32 0 22 3E 8B 21 1C
Octal 60 140 77 62 0 42 76 213 41 34
Binary 110000 1100000 111111 110010 0 100010 111110 10001011 100001 11100

Color Harmonies of #30603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30603F

Black with #30603F

Text Example


Text Example

White with #30603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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