Html Css Color HEX #304505 Turtle Green

📋 copy color: '#304505'

red 48 ◦ green 69 ◦ blue 5

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

Shades of Turtle Green #304505

Tints of Turtle Green #304505

RGB

 RED value IS 48 (19.14% from 255) = 39.34%

 GREEN value IS 69 (27.34% from 255) = 56.56%

 BLUE value IS 5 (2.34% from 255) = 4.1%

R = 39.34%
G = 56.56%
B = 4.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#304505 (or 0x304505) is known color: Turtle Green. HEX triplet: 30, 45 and 05. RGB value is (48,69,5). Sum of RGB (Red+Green+Blue) = 48+69+5=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #304505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304505 is #CFBAFA. Grayscale: #373737. Windows color (decimal): -13613819 or 345392. OLE color: 345392.

HSL color Cylindrical-coordinate representation of color #304505: hue angle of 79.69º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #304505 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 5 -
CMYK 0.30 0 0.93 0.73
HSL 79.69º 0.86% 0.15% -
HSV(B) 79.69º 0.93% 0.27% -
XYZ 3.37 4.9 0.91 -
YUV 55.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 48 69 5 0.30 0 0.93 0.73 79.69 0.86 0.15
Hex 30 45 5 1E 0 5D 49 50 56 F
Octal 60 105 5 36 0 135 111 120 126 17
Binary 110000 1000101 101 11110 0 1011101 1001001 1010000 1010110 1111

Color Harmonies of #304505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304505

Black with #304505

Text Example


Text Example

White with #304505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304505; }

 p { color: rgb(48,69,5); }

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

background-color css

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

 a { background-color: rgb(48,69,5); }

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

border-color css

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

 span { border-color: rgb(48,69,5); }

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