Html Css Color HEX #303700 Turtle Green

📋 copy color: '#303700'

red 48 ◦ green 55 ◦ blue 0

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

Shades of Turtle Green #303700

Tints of Turtle Green #303700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 53.4%

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

R = 46.6%
G = 53.4%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#303700 (or 0x303700) is known color: Turtle Green. HEX triplet: 30, 37 and 00. RGB value is (48,55,0). Sum of RGB (Red+Green+Blue) = 48+55+0=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #303700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303700 is #CFC8FF. Grayscale: #2E2E2E. Windows color (decimal): -13617408 or 14128. OLE color: 14128.

HSL color Cylindrical-coordinate representation of color #303700: hue angle of 67.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #303700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 0 -
CMYK 0.13 0 1 0.78
HSL 67.64º 1% 0.11% -
HSV(B) 67.64º 1% 0.22% -
XYZ 2.59 3.36 0.51 -
YUV 46.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 48 55 0 0.13 0 1 0.78 67.64 1 0.11
Hex 30 37 0 D 0 64 4E 44 64 B
Octal 60 67 0 15 0 144 116 104 144 13
Binary 110000 110111 0 1101 0 1100100 1001110 1000100 1100100 1011

Color Harmonies of #303700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303700

Black with #303700

Text Example


Text Example

White with #303700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303700; }

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

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

background-color css

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

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

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

border-color css

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

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

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