Html Css Color HEX #293D01 Turtle Green

📋 copy color: '#293D01'

red 41 ◦ green 61 ◦ blue 1

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

Shades of Turtle Green #293D01

Tints of Turtle Green #293D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 59.22%

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 39.81%
G = 59.22%
B = 0.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#293D01 (or 0x293D01) is known color: Turtle Green. HEX triplet: 29, 3D and 01. RGB value is (41,61,1). Sum of RGB (Red+Green+Blue) = 41+61+1=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #293D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D01 is #D6C2FE. Grayscale: #303030. Windows color (decimal): -14074623 or 81193. OLE color: 81193.

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

Color convert

RGB 41 61 1 -
CMYK 0.33 0 0.98 0.76
HSL 80º 0.97% 0.12% -
HSV(B) 80º 0.98% 0.24% -
XYZ 2.59 3.81 0.63 -
YUV 48.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 41 61 1 0.33 0 0.98 0.76 80 0.97 0.12
Hex 29 3D 1 21 0 62 4C 50 61 C
Octal 51 75 1 41 0 142 114 120 141 14
Binary 101001 111101 1 100001 0 1100010 1001100 1010000 1100001 1100

Color Harmonies of #293D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D01

Black with #293D01

Text Example


Text Example

White with #293D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,1); }

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

background-color css

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

 a { background-color: rgb(41,61,1); }

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

border-color css

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

 span { border-color: rgb(41,61,1); }

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