Html Css Color HEX #293C03 Turtle Green

📋 copy color: '#293C03'

red 41 ◦ green 60 ◦ blue 3

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

Shades of Turtle Green #293C03

Tints of Turtle Green #293C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 57.69%

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

R = 39.42%
G = 57.69%
B = 2.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#293C03 (or 0x293C03) is known color: Turtle Green. HEX triplet: 29, 3C and 03. RGB value is (41,60,3). Sum of RGB (Red+Green+Blue) = 41+60+3=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #293C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293C03 is #D6C3FC. Grayscale: #303030. Windows color (decimal): -14074877 or 212009. OLE color: 212009.

HSL color Cylindrical-coordinate representation of color #293C03: hue angle of 80º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #293C03 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 60 3 -
CMYK 0.32 0 0.95 0.76
HSL 80º 0.9% 0.12% -
HSV(B) 80º 0.95% 0.24% -
XYZ 2.55 3.71 0.67 -
YUV 47.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 41 60 3 0.32 0 0.95 0.76 80 0.9 0.12
Hex 29 3C 3 20 0 5F 4C 50 5A C
Octal 51 74 3 40 0 137 114 120 132 14
Binary 101001 111100 11 100000 0 1011111 1001100 1010000 1011010 1100

Color Harmonies of #293C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C03

Black with #293C03

Text Example


Text Example

White with #293C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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