Html Css Color HEX #293F01 Turtle Green

📋 copy color: '#293F01'

red 41 ◦ green 63 ◦ blue 1

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

Shades of Turtle Green #293F01

Tints of Turtle Green #293F01

RGB

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

 GREEN value IS 63 (25% from 255) = 60%

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

R = 39.05%
G = 60%
B = 0.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#293F01 (or 0x293F01) is known color: Turtle Green. HEX triplet: 29, 3F and 01. RGB value is (41,63,1). Sum of RGB (Red+Green+Blue) = 41+63+1=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 63 (25% from 255 or 60% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 63 - color contains mainly: green. Hex color #293F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F01 is #D6C0FE. Grayscale: #313131. Windows color (decimal): -14074111 or 81705. OLE color: 81705.

HSL color Cylindrical-coordinate representation of color #293F01: hue angle of 81.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #293F01 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 63 1 -
CMYK 0.35 0 0.98 0.75
HSL 81.29º 0.97% 0.13% -
HSV(B) 81.29º 0.98% 0.25% -
XYZ 2.7 4.03 0.66 -
YUV 49.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 41 63 1 0.35 0 0.98 0.75 81.29 0.97 0.13
Hex 29 3F 1 23 0 62 4B 51 61 D
Octal 51 77 1 43 0 142 113 121 141 15
Binary 101001 111111 1 100011 0 1100010 1001011 1010001 1100001 1101

Color Harmonies of #293F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F01

Black with #293F01

Text Example


Text Example

White with #293F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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