#304317

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

Shades of Turtle Green #304317

Tints of Turtle Green #304317

Color information

#304317 (or 0x304317) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 17. RGB value is (48,67,23). Sum of RGB (Red+Green+Blue) = 48+67+23=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #304317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304317 is #CFBCE8. Grayscale: #383838. Windows color (decimal): -13614313 or 1524528. OLE color: 1524528.

HSL color Cylindrical-coordinate representation of color #304317: hue angle of 85.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304317 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB486723-
CMYK0.2800.660.74
HSL85.91º48.89%17.65%-
HSV(B)85.91º65.67%26.27%-
XYZ3.384.71.54-
YUV56.3109.21122.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=34.78%
G=48.55%
B=16.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867230.2800.660.7485.9148.8917.65
Hex3043171C0424A563112
Octal60103273401021121266122
Binary11000010000111011111100010000101001010101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304317; }

 p { color: rgb(48,67,23); }

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

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

 a { background-color: rgb(48,67,23); }

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

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

 span { border-color: rgb(48,67,23); }

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