Html Css Color HEX #292F2A Gordons Green

📋 copy color: '#292F2A'

red 41 ◦ green 47 ◦ blue 42

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

Shades of Gordons Green #292F2A

Tints of Gordons Green #292F2A

RGB

 RED value IS 41 (16.41% from 255) = 31.54%

 GREEN value IS 47 (18.75% from 255) = 36.15%

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 31.54%
G = 36.15%
B = 32.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#292F2A (or 0x292F2A) is known color: Gordons Green. HEX triplet: 29, 2F and 2A. RGB value is (41,47,42). Sum of RGB (Red+Green+Blue) = 41+47+42=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 47 - color contains mainly: green. Hex color #292F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2A is #D6D0D5. Grayscale: #2C2C2C. Windows color (decimal): -14078166 or 2764585. OLE color: 2764585.

HSL color Cylindrical-coordinate representation of color #292F2A: hue angle of 130º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292F2A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 47 42 -
CMYK 0.13 0 0.11 0.82
HSL 130º 0.07% 0.17% -
HSV(B) 130º 0.13% 0.18% -
XYZ 2.35 2.67 2.58 -
YUV 44.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 41 47 42 0.13 0 0.11 0.82 130 0.07 0.17
Hex 29 2F 2A D 0 B 52 82 7 11
Octal 51 57 52 15 0 13 122 202 7 21
Binary 101001 101111 101010 1101 0 1011 1010010 10000010 111 10001

Color Harmonies of #292F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F2A

Black with #292F2A

Text Example


Text Example

White with #292F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292F2A; }

 p { color: rgb(41,47,42); }

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

background-color css

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

 a { background-color: rgb(41,47,42); }

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

border-color css

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

 span { border-color: rgb(41,47,42); }

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