Html Css Color HEX #303708 Turtle Green

📋 copy color: '#303708'

red 48 ◦ green 55 ◦ blue 8

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

Shades of Turtle Green #303708

Tints of Turtle Green #303708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.21%

R = 43.24%
G = 49.55%
B = 7.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#303708 (or 0x303708) is known color: Turtle Green. HEX triplet: 30, 37 and 08. RGB value is (48,55,8). Sum of RGB (Red+Green+Blue) = 48+55+8=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #303708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303708 is #CFC8F7. Grayscale: #2F2F2F. Windows color (decimal): -13617400 or 538416. OLE color: 538416.

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

Color convert

RGB 48 55 8 -
CMYK 0.13 0 0.85 0.78
HSL 68.94º 0.75% 0.12% -
HSV(B) 68.94º 0.85% 0.22% -
XYZ 2.63 3.38 0.74 -
YUV 47.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 48 55 8 0.13 0 0.85 0.78 68.94 0.75 0.12
Hex 30 37 8 D 0 55 4E 45 4B C
Octal 60 67 10 15 0 125 116 105 113 14
Binary 110000 110111 1000 1101 0 1010101 1001110 1000101 1001011 1100

Color Harmonies of #303708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303708

Black with #303708

Text Example


Text Example

White with #303708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303708; }

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

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

background-color css

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

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

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

border-color css

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

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

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