Html Css Color HEX #294103 Turtle Green

📋 copy color: '#294103'

red 41 ◦ green 65 ◦ blue 3

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

Shades of Turtle Green #294103

Tints of Turtle Green #294103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.75%

R = 37.61%
G = 59.63%
B = 2.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#294103 (or 0x294103) is known color: Turtle Green. HEX triplet: 29, 41 and 03. RGB value is (41,65,3). Sum of RGB (Red+Green+Blue) = 41+65+3=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #294103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294103 is #D6BEFC. Grayscale: #323232. Windows color (decimal): -14073597 or 213289. OLE color: 213289.

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

Color convert

RGB 41 65 3 -
CMYK 0.37 0 0.95 0.75
HSL 83.23º 0.91% 0.13% -
HSV(B) 83.23º 0.95% 0.25% -
XYZ 2.82 4.26 0.76 -
YUV 50.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 41 65 3 0.37 0 0.95 0.75 83.23 0.91 0.13
Hex 29 41 3 25 0 5F 4B 53 5B D
Octal 51 101 3 45 0 137 113 123 133 15
Binary 101001 1000001 11 100101 0 1011111 1001011 1010011 1011011 1101

Color Harmonies of #294103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294103

Black with #294103

Text Example


Text Example

White with #294103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294103; }

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

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

background-color css

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

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

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

border-color css

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

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

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