Html Css Color HEX #305005 Turtle Green

📋 copy color: '#305005'

red 48 ◦ green 80 ◦ blue 5

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

Shades of Turtle Green #305005

Tints of Turtle Green #305005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.15%

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

R = 36.09%
G = 60.15%
B = 3.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#305005 (or 0x305005) is known color: Turtle Green. HEX triplet: 30, 50 and 05. RGB value is (48,80,5). Sum of RGB (Red+Green+Blue) = 48+80+5=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #305005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305005 is #CFAFFA. Grayscale: #3E3E3E. Windows color (decimal): -13611003 or 348208. OLE color: 348208.

HSL color Cylindrical-coordinate representation of color #305005: hue angle of 85.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #305005 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 5 -
CMYK 0.40 0 0.94 0.69
HSL 85.6º 0.88% 0.17% -
HSV(B) 85.6º 0.94% 0.31% -
XYZ 4.11 6.38 1.16 -
YUV 61.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 48 80 5 0.40 0 0.94 0.69 85.6 0.88 0.17
Hex 30 50 5 28 0 5E 45 56 58 11
Octal 60 120 5 50 0 136 105 126 130 21
Binary 110000 1010000 101 101000 0 1011110 1000101 1010110 1011000 10001

Color Harmonies of #305005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305005

Black with #305005

Text Example


Text Example

White with #305005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305005; }

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

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

background-color css

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

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

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

border-color css

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

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

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