Html Css Color HEX #294137 Celtic

📋 copy color: '#294137'

red 41 ◦ green 65 ◦ blue 55

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

Shades of Celtic #294137

Tints of Celtic #294137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

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

R = 25.47%
G = 40.37%
B = 34.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#294137 (or 0x294137) is known color: Celtic. HEX triplet: 29, 41 and 37. RGB value is (41,65,55). Sum of RGB (Red+Green+Blue) = 41+65+55=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #294137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294137 is #D6BEC8. Grayscale: #383838. Windows color (decimal): -14073545 or 3621161. OLE color: 3621161.

HSL color Cylindrical-coordinate representation of color #294137: hue angle of 155º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #294137 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 55 -
CMYK 0.37 0 0.15 0.75
HSL 155º 0.23% 0.21% -
HSV(B) 155º 0.37% 0.25% -
XYZ 3.49 4.53 4.3 -
YUV 56.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 41 65 55 0.37 0 0.15 0.75 155 0.23 0.21
Hex 29 41 37 25 0 F 4B 9B 17 15
Octal 51 101 67 45 0 17 113 233 27 25
Binary 101001 1000001 110111 100101 0 1111 1001011 10011011 10111 10101

Color Harmonies of #294137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294137

Black with #294137

Text Example


Text Example

White with #294137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294137; }

 p { color: rgb(41,65,55); }

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

background-color css

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

 a { background-color: rgb(41,65,55); }

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

border-color css

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

 span { border-color: rgb(41,65,55); }

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