Html Css Color HEX #293000 Turtle Green

📋 copy color: '#293000'

red 41 ◦ green 48 ◦ blue 0

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

Shades of Turtle Green #293000

Tints of Turtle Green #293000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.07%
G = 53.93%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#293000 (or 0x293000) is known color: Turtle Green. HEX triplet: 29, 30 and 00. RGB value is (41,48,0). Sum of RGB (Red+Green+Blue) = 41+48+0=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #293000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293000 is #D6CFFF. Grayscale: #282828. Windows color (decimal): -14077952 or 12329. OLE color: 12329.

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

Color convert

RGB 41 48 0 -
CMYK 0.15 0 1 0.81
HSL 68.75º 1% 0.09% -
HSV(B) 68.75º 1% 0.19% -
XYZ 1.97 2.59 0.4 -
YUV 40.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 41 48 0 0.15 0 1 0.81 68.75 1 0.09
Hex 29 30 0 F 0 64 51 45 64 9
Octal 51 60 0 17 0 144 121 105 144 11
Binary 101001 110000 0 1111 0 1100100 1010001 1000101 1100100 1001

Color Harmonies of #293000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293000

Black with #293000

Text Example


Text Example

White with #293000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293000; }

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

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

background-color css

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

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

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

border-color css

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

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

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