Html Css Color HEX #2D362E Gordons Green

📋 copy color: '#2D362E'

red 45 ◦ green 54 ◦ blue 46

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

Shades of Gordons Green #2D362E

Tints of Gordons Green #2D362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

 BLUE value IS 46 (18.36% from 255) = 31.72%

R = 31.03%
G = 37.24%
B = 31.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#2D362E (or 0x2D362E) is known color: Gordons Green. HEX triplet: 2D, 36 and 2E. RGB value is (45,54,46). Sum of RGB (Red+Green+Blue) = 45+54+46=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 54 - color contains mainly: green. Hex color #2D362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D362E is #D2C9D1. Grayscale: #323232. Windows color (decimal): -13814226 or 3028525. OLE color: 3028525.

HSL color Cylindrical-coordinate representation of color #2D362E: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2D362E is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 45 54 46 -
CMYK 0.17 0 0.15 0.79
HSL 126.67º 0.09% 0.19% -
HSV(B) 126.67º 0.17% 0.21% -
XYZ 2.89 3.39 3.09 -
YUV 50.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 45 54 46 0.17 0 0.15 0.79 126.67 0.09 0.19
Hex 2D 36 2E 11 0 F 4F 7F 9 13
Octal 55 66 56 21 0 17 117 177 11 23
Binary 101101 110110 101110 10001 0 1111 1001111 1111111 1001 10011

Color Harmonies of #2D362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D362E

Black with #2D362E

Text Example


Text Example

White with #2D362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,54,46); }

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

background-color css

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

 a { background-color: rgb(45,54,46); }

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

border-color css

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

 span { border-color: rgb(45,54,46); }

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