#304301

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

Shades of Turtle Green #304301

Tints of Turtle Green #304301

Color information

#304301 (or 0x304301) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 01. RGB value is (48,67,1). Sum of RGB (Red+Green+Blue) = 48+67+1=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #304301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304301 is #CFBCFE. Grayscale: #363636. Windows color (decimal): -13614335 or 82736. OLE color: 82736.

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

Color convert

RGB48671-
CMYK0.2800.990.74
HSL77.27º97.06%13.33%-
HSV(B)77.27º98.51%26.27%-
XYZ3.234.640.75-
YUV53.7998.21123.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 67 (26.56% from 255) = 57.76%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=41.38%
G=57.76%
B=0.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal486710.2800.990.7477.2797.0613.33
Hex304311C0634A4d61d
Octal60103134014311211514115
Binary1100001000011111100011000111001010100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304301; }

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

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

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

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

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

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

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

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