Html Css Color HEX #303305 Turtle Green

📋 copy color: '#303305'

red 48 ◦ green 51 ◦ blue 5

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

Shades of Turtle Green #303305

Tints of Turtle Green #303305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

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

R = 46.15%
G = 49.04%
B = 4.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#303305 (or 0x303305) is known color: Turtle Green. HEX triplet: 30, 33 and 05. RGB value is (48,51,5). Sum of RGB (Red+Green+Blue) = 48+51+5=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #303305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303305 is #CFCCFA. Grayscale: #2D2D2D. Windows color (decimal): -13618427 or 340784. OLE color: 340784.

HSL color Cylindrical-coordinate representation of color #303305: hue angle of 63.91º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #303305 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 51 5 -
CMYK 0.06 0 0.90 0.8
HSL 63.91º 0.82% 0.11% -
HSV(B) 63.91º 0.9% 0.2% -
XYZ 2.43 3.01 0.6 -
YUV 44.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 48 51 5 0.06 0 0.90 0.8 63.91 0.82 0.11
Hex 30 33 5 6 0 5A 50 40 52 B
Octal 60 63 5 6 0 132 120 100 122 13
Binary 110000 110011 101 110 0 1011010 1010000 1000000 1010010 1011

Color Harmonies of #303305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303305

Black with #303305

Text Example


Text Example

White with #303305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303305; }

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

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

background-color css

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

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

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

border-color css

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

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

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