Html Css Color HEX #303300 Turtle Green

📋 copy color: '#303300'

red 48 ◦ green 51 ◦ blue 0

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

Shades of Turtle Green #303300

Tints of Turtle Green #303300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.48%
G = 51.52%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#303300 (or 0x303300) is known color: Turtle Green. HEX triplet: 30, 33 and 00. RGB value is (48,51,0). Sum of RGB (Red+Green+Blue) = 48+51+0=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #303300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303300 is #CFCCFF. Grayscale: #2C2C2C. Windows color (decimal): -13618432 or 13104. OLE color: 13104.

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

Color convert

RGB 48 51 0 -
CMYK 0.06 0 1 0.8
HSL 63.53º 1% 0.1% -
HSV(B) 63.53º 1% 0.2% -
XYZ 2.4 3 0.45 -
YUV 44.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 48 51 0 0.06 0 1 0.8 63.53 1 0.1
Hex 30 33 0 6 0 64 50 40 64 A
Octal 60 63 0 6 0 144 120 100 144 12
Binary 110000 110011 0 110 0 1100100 1010000 1000000 1100100 1010

Color Harmonies of #303300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303300

Black with #303300

Text Example


Text Example

White with #303300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303300; }

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

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

background-color css

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

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

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

border-color css

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

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

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