Html Css Color HEX #305401 Turtle Green

📋 copy color: '#305401'

red 48 ◦ green 84 ◦ blue 1

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

Shades of Turtle Green #305401

Tints of Turtle Green #305401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 63.16%

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

R = 36.09%
G = 63.16%
B = 0.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#305401 (or 0x305401) is known color: Turtle Green. HEX triplet: 30, 54 and 01. RGB value is (48,84,1). Sum of RGB (Red+Green+Blue) = 48+84+1=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #305401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305401 is #CFABFE. Grayscale: #404040. Windows color (decimal): -13609983 or 87088. OLE color: 87088.

HSL color Cylindrical-coordinate representation of color #305401: hue angle of 86.02º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #305401 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 1 -
CMYK 0.43 0 0.99 0.67
HSL 86.02º 0.98% 0.17% -
HSV(B) 86.02º 0.99% 0.33% -
XYZ 4.39 6.97 1.14 -
YUV 63.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 48 84 1 0.43 0 0.99 0.67 86.02 0.98 0.17
Hex 30 54 1 2B 0 63 43 56 62 11
Octal 60 124 1 53 0 143 103 126 142 21
Binary 110000 1010100 1 101011 0 1100011 1000011 1010110 1100010 10001

Color Harmonies of #305401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305401

Black with #305401

Text Example


Text Example

White with #305401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305401; }

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

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

background-color css

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

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

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

border-color css

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

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

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