Html Css Color HEX #294003 Turtle Green

📋 copy color: '#294003'

red 41 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #294003

Tints of Turtle Green #294003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 59.26%

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

R = 37.96%
G = 59.26%
B = 2.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#294003 (or 0x294003) is known color: Turtle Green. HEX triplet: 29, 40 and 03. RGB value is (41,64,3). Sum of RGB (Red+Green+Blue) = 41+64+3=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #294003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294003 is #D6BFFC. Grayscale: #323232. Windows color (decimal): -14073853 or 213033. OLE color: 213033.

HSL color Cylindrical-coordinate representation of color #294003: hue angle of 82.62º 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 #294003 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 3 -
CMYK 0.36 0 0.95 0.75
HSL 82.62º 0.91% 0.13% -
HSV(B) 82.62º 0.95% 0.25% -
XYZ 2.76 4.14 0.74 -
YUV 50.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 41 64 3 0.36 0 0.95 0.75 82.62 0.91 0.13
Hex 29 40 3 24 0 5F 4B 53 5B D
Octal 51 100 3 44 0 137 113 123 133 15
Binary 101001 1000000 11 100100 0 1011111 1001011 1010011 1011011 1101

Color Harmonies of #294003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294003

Black with #294003

Text Example


Text Example

White with #294003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294003; }

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

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

background-color css

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

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

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

border-color css

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

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

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