Html Css Color HEX #305605 Turtle Green

📋 copy color: '#305605'

red 48 ◦ green 86 ◦ blue 5

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

Shades of Turtle Green #305605

Tints of Turtle Green #305605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 61.87%

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

R = 34.53%
G = 61.87%
B = 3.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#305605 (or 0x305605) is known color: Turtle Green. HEX triplet: 30, 56 and 05. RGB value is (48,86,5). Sum of RGB (Red+Green+Blue) = 48+86+5=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #305605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305605 is #CFA9FA. Grayscale: #414141. Windows color (decimal): -13609467 or 349744. OLE color: 349744.

HSL color Cylindrical-coordinate representation of color #305605: hue angle of 88.15º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #305605 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 5 -
CMYK 0.44 0 0.94 0.66
HSL 88.15º 0.89% 0.18% -
HSV(B) 88.15º 0.94% 0.34% -
XYZ 4.57 7.29 1.31 -
YUV 65.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 48 86 5 0.44 0 0.94 0.66 88.15 0.89 0.18
Hex 30 56 5 2C 0 5E 42 58 59 12
Octal 60 126 5 54 0 136 102 130 131 22
Binary 110000 1010110 101 101100 0 1011110 1000010 1011000 1011001 10010

Color Harmonies of #305605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305605

Black with #305605

Text Example


Text Example

White with #305605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305605; }

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

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

background-color css

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

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

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

border-color css

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

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

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