#293F0B

Color #293F0B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #293F0B

Tints of Turtle Green #293F0B

Color information

#293F0B (or 0x293F0B) is unknown color: approx Turtle Green. HEX triplet: 29, 3F and 0B. RGB value is (41,63,11). Sum of RGB (Red+Green+Blue) = 41+63+11=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #293F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F0B is #D6C0F4. Grayscale: #323232. Windows color (decimal): -14074101 or 737065. OLE color: 737065.

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

Color convert

RGB416311-
CMYK0.3500.830.75
HSL85.38º70.27%14.51%-
HSV(B)85.38º82.54%24.71%-
XYZ2.754.050.95-
YUV50.49105.71121.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 63 (25% from 255) = 54.78%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=35.65%
G=54.78%
B=9.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163110.3500.830.7585.3870.2714.51
Hex293FB230534B5546f
Octal51771343012311312510617
Binary1010011111111011100011010100111001011101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #293F0B;
 }
 .AnyTagClassName
 {
   color: #293F0B;
 }
</style>
background-color css

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

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

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

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

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

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