Html Css Color HEX #293003 Turtle Green

📋 copy color: '#293003'

red 41 ◦ green 48 ◦ blue 3

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

Shades of Turtle Green #293003

Tints of Turtle Green #293003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.17%

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

R = 44.57%
G = 52.17%
B = 3.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#293003 (or 0x293003) is known color: Turtle Green. HEX triplet: 29, 30 and 03. RGB value is (41,48,3). Sum of RGB (Red+Green+Blue) = 41+48+3=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #293003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293003 is #D6CFFC. Grayscale: #282828. Windows color (decimal): -14077949 or 208937. OLE color: 208937.

HSL color Cylindrical-coordinate representation of color #293003: hue angle of 69.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #293003 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 3 -
CMYK 0.15 0 0.94 0.81
HSL 69.33º 0.88% 0.1% -
HSV(B) 69.33º 0.94% 0.19% -
XYZ 1.99 2.59 0.48 -
YUV 40.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 41 48 3 0.15 0 0.94 0.81 69.33 0.88 0.1
Hex 29 30 3 F 0 5E 51 45 58 A
Octal 51 60 3 17 0 136 121 105 130 12
Binary 101001 110000 11 1111 0 1011110 1010001 1000101 1011000 1010

Color Harmonies of #293003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293003

Black with #293003

Text Example


Text Example

White with #293003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293003; }

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

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

background-color css

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

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

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

border-color css

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

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

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