Html Css Color HEX #303701 Turtle Green

📋 copy color: '#303701'

red 48 ◦ green 55 ◦ blue 1

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

Shades of Turtle Green #303701

Tints of Turtle Green #303701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 46.15%
G = 52.88%
B = 0.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#303701 (or 0x303701) is known color: Turtle Green. HEX triplet: 30, 37 and 01. RGB value is (48,55,1). Sum of RGB (Red+Green+Blue) = 48+55+1=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #303701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303701 is #CFC8FE. Grayscale: #2E2E2E. Windows color (decimal): -13617407 or 79664. OLE color: 79664.

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

Color convert

RGB 48 55 1 -
CMYK 0.13 0 0.98 0.78
HSL 67.78º 0.96% 0.11% -
HSV(B) 67.78º 0.98% 0.22% -
XYZ 2.59 3.36 0.54 -
YUV 46.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 48 55 1 0.13 0 0.98 0.78 67.78 0.96 0.11
Hex 30 37 1 D 0 62 4E 44 60 B
Octal 60 67 1 15 0 142 116 104 140 13
Binary 110000 110111 1 1101 0 1100010 1001110 1000100 1100000 1011

Color Harmonies of #303701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303701

Black with #303701

Text Example


Text Example

White with #303701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303701; }

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

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

background-color css

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

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

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

border-color css

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

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

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