Html Css Color HEX #305437 Goblin

📋 copy color: '#305437'

red 48 ◦ green 84 ◦ blue 55

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

Shades of Goblin #305437

Tints of Goblin #305437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 25.67%
G = 44.92%
B = 29.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#305437 (or 0x305437) is known color: Goblin. HEX triplet: 30, 54 and 37. RGB value is (48,84,55). Sum of RGB (Red+Green+Blue) = 48+84+55=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #305437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305437 is #CFABC8. Grayscale: #464646. Windows color (decimal): -13609929 or 3626032. OLE color: 3626032.

HSL color Cylindrical-coordinate representation of color #305437: hue angle of 131.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #305437 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 55 -
CMYK 0.43 0 0.35 0.67
HSL 131.67º 0.27% 0.26% -
HSV(B) 131.67º 0.43% 0.33% -
XYZ 5.08 7.24 4.75 -
YUV 69.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 48 84 55 0.43 0 0.35 0.67 131.67 0.27 0.26
Hex 30 54 37 2B 0 23 43 84 1B 1A
Octal 60 124 67 53 0 43 103 204 33 32
Binary 110000 1010100 110111 101011 0 100011 1000011 10000100 11011 11010

Color Harmonies of #305437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305437

Black with #305437

Text Example


Text Example

White with #305437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305437; }

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

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

background-color css

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

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

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

border-color css

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

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

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