Html Css Color HEX #305305 Turtle Green

📋 copy color: '#305305'

red 48 ◦ green 83 ◦ blue 5

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

Shades of Turtle Green #305305

Tints of Turtle Green #305305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.03%

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

R = 35.29%
G = 61.03%
B = 3.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#305305 (or 0x305305) is known color: Turtle Green. HEX triplet: 30, 53 and 05. RGB value is (48,83,5). Sum of RGB (Red+Green+Blue) = 48+83+5=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #305305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305305 is #CFACFA. Grayscale: #3F3F3F. Windows color (decimal): -13610235 or 348976. OLE color: 348976.

HSL color Cylindrical-coordinate representation of color #305305: hue angle of 86.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #305305 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 5 -
CMYK 0.42 0 0.94 0.67
HSL 86.92º 0.89% 0.17% -
HSV(B) 86.92º 0.94% 0.33% -
XYZ 4.34 6.83 1.23 -
YUV 63.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 48 83 5 0.42 0 0.94 0.67 86.92 0.89 0.17
Hex 30 53 5 2A 0 5E 43 57 59 11
Octal 60 123 5 52 0 136 103 127 131 21
Binary 110000 1010011 101 101010 0 1011110 1000011 1010111 1011001 10001

Color Harmonies of #305305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305305

Black with #305305

Text Example


Text Example

White with #305305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305305; }

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

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

background-color css

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

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

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

border-color css

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

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

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