Html Css Color HEX #305300 Turtle Green

📋 copy color: '#305300'

red 48 ◦ green 83 ◦ blue 0

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

Shades of Turtle Green #305300

Tints of Turtle Green #305300

RGB

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

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

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

R = 36.64%
G = 63.36%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#305300 (or 0x305300) is known color: Turtle Green. HEX triplet: 30, 53 and 00. RGB value is (48,83,0). Sum of RGB (Red+Green+Blue) = 48+83+0=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #305300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305300 is #CFACFF. Grayscale: #3F3F3F. Windows color (decimal): -13610240 or 21296. OLE color: 21296.

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

Color convert

RGB 48 83 0 -
CMYK 0.42 0 1 0.67
HSL 85.3º 1% 0.16% -
HSV(B) 85.3º 1% 0.33% -
XYZ 4.31 6.81 1.09 -
YUV 63.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 48 83 0 0.42 0 1 0.67 85.3 1 0.16
Hex 30 53 0 2A 0 64 43 55 64 10
Octal 60 123 0 52 0 144 103 125 144 20
Binary 110000 1010011 0 101010 0 1100100 1000011 1010101 1100100 10000

Color Harmonies of #305300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305300

Black with #305300

Text Example


Text Example

White with #305300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305300; }

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

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

background-color css

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

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

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

border-color css

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

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

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