Html Css Color HEX #303715 Turtle Green

📋 copy color: '#303715'

red 48 ◦ green 55 ◦ blue 21

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

Shades of Turtle Green #303715

Tints of Turtle Green #303715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

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

R = 38.71%
G = 44.35%
B = 16.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#303715 (or 0x303715) is known color: Turtle Green. HEX triplet: 30, 37 and 15. RGB value is (48,55,21). Sum of RGB (Red+Green+Blue) = 48+55+21=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #303715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303715 is #CFC8EA. Grayscale: #313131. Windows color (decimal): -13617387 or 1390384. OLE color: 1390384.

HSL color Cylindrical-coordinate representation of color #303715: hue angle of 72.35º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303715 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 21 -
CMYK 0.13 0 0.62 0.78
HSL 72.35º 0.45% 0.15% -
HSV(B) 72.35º 0.62% 0.22% -
XYZ 2.72 3.41 1.23 -
YUV 49.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 48 55 21 0.13 0 0.62 0.78 72.35 0.45 0.15
Hex 30 37 15 D 0 3E 4E 48 2D F
Octal 60 67 25 15 0 76 116 110 55 17
Binary 110000 110111 10101 1101 0 111110 1001110 1001000 101101 1111

Color Harmonies of #303715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303715

Black with #303715

Text Example


Text Example

White with #303715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303715; }

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

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

background-color css

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

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

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

border-color css

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

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

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