Html Css Color HEX #2D553C Goblin

📋 copy color: '#2D553C'

red 45 ◦ green 85 ◦ blue 60

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

Shades of Goblin #2D553C

Tints of Goblin #2D553C

RGB

 RED value IS 45 (17.97% from 255) = 23.68%

 GREEN value IS 85 (33.59% from 255) = 44.74%

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 23.68%
G = 44.74%
B = 31.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#2D553C (or 0x2D553C) is known color: Goblin. HEX triplet: 2D, 55 and 3C. RGB value is (45,85,60). Sum of RGB (Red+Green+Blue) = 45+85+60=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #2D553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D553C is #D2AAC3. Grayscale: #464646. Windows color (decimal): -13806276 or 3953965. OLE color: 3953965.

HSL color Cylindrical-coordinate representation of color #2D553C: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D553C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 85 60 -
CMYK 0.47 0 0.29 0.67
HSL 142.5º 0.31% 0.25% -
HSV(B) 142.5º 0.47% 0.33% -
XYZ 5.15 7.38 5.43 -
YUV 70.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 45 85 60 0.47 0 0.29 0.67 142.5 0.31 0.25
Hex 2D 55 3C 2F 0 1D 43 8E 1F 19
Octal 55 125 74 57 0 35 103 216 37 31
Binary 101101 1010101 111100 101111 0 11101 1000011 10001110 11111 11001

Color Harmonies of #2D553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D553C

Black with #2D553C

Text Example


Text Example

White with #2D553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D553C; }

 p { color: rgb(45,85,60); }

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

background-color css

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

 a { background-color: rgb(45,85,60); }

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

border-color css

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

 span { border-color: rgb(45,85,60); }

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