Html Css Color HEX #303601 Turtle Green

📋 copy color: '#303601'

red 48 ◦ green 54 ◦ blue 1

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

Shades of Turtle Green #303601

Tints of Turtle Green #303601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 52.43%

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

R = 46.6%
G = 52.43%
B = 0.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#303601 (or 0x303601) is known color: Turtle Green. HEX triplet: 30, 36 and 01. RGB value is (48,54,1). Sum of RGB (Red+Green+Blue) = 48+54+1=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #303601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303601 is #CFC9FE. Grayscale: #2E2E2E. Windows color (decimal): -13617663 or 79408. OLE color: 79408.

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

Color convert

RGB 48 54 1 -
CMYK 0.11 0 0.98 0.79
HSL 66.79º 0.96% 0.11% -
HSV(B) 66.79º 0.98% 0.21% -
XYZ 2.54 3.27 0.53 -
YUV 46.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 48 54 1 0.11 0 0.98 0.79 66.79 0.96 0.11
Hex 30 36 1 B 0 62 4F 43 60 B
Octal 60 66 1 13 0 142 117 103 140 13
Binary 110000 110110 1 1011 0 1100010 1001111 1000011 1100000 1011

Color Harmonies of #303601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303601

Black with #303601

Text Example


Text Example

White with #303601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303601; }

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

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

background-color css

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

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

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

border-color css

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

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

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