Html Css Color HEX #305237 Goblin

📋 copy color: '#305237'

red 48 ◦ green 82 ◦ blue 55

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

Shades of Goblin #305237

Tints of Goblin #305237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 25.95%
G = 44.32%
B = 29.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#305237 (or 0x305237) is known color: Goblin. HEX triplet: 30, 52 and 37. RGB value is (48,82,55). Sum of RGB (Red+Green+Blue) = 48+82+55=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #305237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305237 is #CFADC8. Grayscale: #444444. Windows color (decimal): -13610441 or 3625520. OLE color: 3625520.

HSL color Cylindrical-coordinate representation of color #305237: hue angle of 132.35º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305237 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 55 -
CMYK 0.41 0 0.33 0.68
HSL 132.35º 0.26% 0.25% -
HSV(B) 132.35º 0.41% 0.32% -
XYZ 4.93 6.94 4.69 -
YUV 68.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 48 82 55 0.41 0 0.33 0.68 132.35 0.26 0.25
Hex 30 52 37 29 0 21 44 84 1A 19
Octal 60 122 67 51 0 41 104 204 32 31
Binary 110000 1010010 110111 101001 0 100001 1000100 10000100 11010 11001

Color Harmonies of #305237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305237

Black with #305237

Text Example


Text Example

White with #305237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305237; }

 p { color: rgb(48,82,55); }

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

background-color css

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

 a { background-color: rgb(48,82,55); }

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

border-color css

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

 span { border-color: rgb(48,82,55); }

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