Html Css Color HEX #303401 Turtle Green

📋 copy color: '#303401'

red 48 ◦ green 52 ◦ blue 1

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

Shades of Turtle Green #303401

Tints of Turtle Green #303401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 51.49%

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

R = 47.52%
G = 51.49%
B = 0.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#303401 (or 0x303401) is known color: Turtle Green. HEX triplet: 30, 34 and 01. RGB value is (48,52,1). Sum of RGB (Red+Green+Blue) = 48+52+1=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #303401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303401 is #CFCBFE. Grayscale: #2D2D2D. Windows color (decimal): -13618175 or 78896. OLE color: 78896.

HSL color Cylindrical-coordinate representation of color #303401: hue angle of 64.71º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #303401 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 1 -
CMYK 0.08 0 0.98 0.80
HSL 64.71º 0.96% 0.1% -
HSV(B) 64.71º 0.98% 0.2% -
XYZ 2.45 3.09 0.5 -
YUV 44.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 48 52 1 0.08 0 0.98 0.80 64.71 0.96 0.1
Hex 30 34 1 8 0 62 50 41 60 A
Octal 60 64 1 10 0 142 120 101 140 12
Binary 110000 110100 1 1000 0 1100010 1010000 1000001 1100000 1010

Color Harmonies of #303401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303401

Black with #303401

Text Example


Text Example

White with #303401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303401; }

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

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

background-color css

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

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

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

border-color css

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

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

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