Html Css Color HEX #303801 Turtle Green

📋 copy color: '#303801'

red 48 ◦ green 56 ◦ blue 1

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

Shades of Turtle Green #303801

Tints of Turtle Green #303801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 53.33%

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

R = 45.71%
G = 53.33%
B = 0.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#303801 (or 0x303801) is known color: Turtle Green. HEX triplet: 30, 38 and 01. RGB value is (48,56,1). Sum of RGB (Red+Green+Blue) = 48+56+1=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #303801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303801 is #CFC7FE. Grayscale: #2F2F2F. Windows color (decimal): -13617151 or 79920. OLE color: 79920.

HSL color Cylindrical-coordinate representation of color #303801: hue angle of 68.73º 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 #303801 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 56 1 -
CMYK 0.14 0 0.98 0.78
HSL 68.73º 0.96% 0.11% -
HSV(B) 68.73º 0.98% 0.22% -
XYZ 2.64 3.46 0.56 -
YUV 47.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 48 56 1 0.14 0 0.98 0.78 68.73 0.96 0.11
Hex 30 38 1 E 0 62 4E 45 60 B
Octal 60 70 1 16 0 142 116 105 140 13
Binary 110000 111000 1 1110 0 1100010 1001110 1000101 1100000 1011

Color Harmonies of #303801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303801

Black with #303801

Text Example


Text Example

White with #303801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303801; }

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

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

background-color css

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

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

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

border-color css

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

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

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