Html Css Color HEX #304015 Turtle Green

📋 copy color: '#304015'

red 48 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #304015

Tints of Turtle Green #304015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 36.09%
G = 48.12%
B = 15.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#304015 (or 0x304015) is known color: Turtle Green. HEX triplet: 30, 40 and 15. RGB value is (48,64,21). Sum of RGB (Red+Green+Blue) = 48+64+21=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #304015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304015 is #CFBFEA. Grayscale: #363636. Windows color (decimal): -13615083 or 1392688. OLE color: 1392688.

HSL color Cylindrical-coordinate representation of color #304015: hue angle of 82.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #304015 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 21 -
CMYK 0.25 0 0.67 0.75
HSL 82.33º 0.51% 0.17% -
HSV(B) 82.33º 0.67% 0.25% -
XYZ 3.19 4.35 1.38 -
YUV 54.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 48 64 21 0.25 0 0.67 0.75 82.33 0.51 0.17
Hex 30 40 15 19 0 43 4B 52 33 11
Octal 60 100 25 31 0 103 113 122 63 21
Binary 110000 1000000 10101 11001 0 1000011 1001011 1010010 110011 10001

Color Harmonies of #304015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304015

Black with #304015

Text Example


Text Example

White with #304015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304015; }

 p { color: rgb(48,64,21); }

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

background-color css

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

 a { background-color: rgb(48,64,21); }

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

border-color css

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

 span { border-color: rgb(48,64,21); }

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