Html Css Color HEX #2E603E Goblin

📋 copy color: '#2E603E'

red 46 ◦ green 96 ◦ blue 62

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

Shades of Goblin #2E603E

Tints of Goblin #2E603E

RGB

 RED value IS 46 (18.36% from 255) = 22.55%

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

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

R = 22.55%
G = 47.06%
B = 30.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#2E603E (or 0x2E603E) is known color: Goblin. HEX triplet: 2E, 60 and 3E. RGB value is (46,96,62). Sum of RGB (Red+Green+Blue) = 46+96+62=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #2E603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E603E is #D19FC1. Grayscale: #4D4D4D. Windows color (decimal): -13737922 or 4087854. OLE color: 4087854.

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

Color convert

RGB 46 96 62 -
CMYK 0.52 0 0.35 0.62
HSL 139.2º 0.35% 0.28% -
HSV(B) 139.2º 0.52% 0.38% -
XYZ 6.18 9.29 6.03 -
YUV 77.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 46 96 62 0.52 0 0.35 0.62 139.2 0.35 0.28
Hex 2E 60 3E 34 0 23 3E 8B 23 1C
Octal 56 140 76 64 0 43 76 213 43 34
Binary 101110 1100000 111110 110100 0 100011 111110 10001011 100011 11100

Color Harmonies of #2E603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E603E

Black with #2E603E

Text Example


Text Example

White with #2E603E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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