Html Css Color HEX #303A0F Turtle Green

📋 copy color: '#303A0F'

red 48 ◦ green 58 ◦ blue 15

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

Shades of Turtle Green #303A0F

Tints of Turtle Green #303A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.93%

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 39.67%
G = 47.93%
B = 12.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#303A0F (or 0x303A0F) is known color: Turtle Green. HEX triplet: 30, 3A and 0F. RGB value is (48,58,15). Sum of RGB (Red+Green+Blue) = 48+58+15=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #303A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A0F is #CFC5F0. Grayscale: #323232. Windows color (decimal): -13616625 or 997936. OLE color: 997936.

HSL color Cylindrical-coordinate representation of color #303A0F: hue angle of 73.95º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303A0F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 58 15 -
CMYK 0.17 0 0.74 0.77
HSL 73.95º 0.59% 0.14% -
HSV(B) 73.95º 0.74% 0.23% -
XYZ 2.82 3.69 1.02 -
YUV 50.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 48 58 15 0.17 0 0.74 0.77 73.95 0.59 0.14
Hex 30 3A F 11 0 4A 4D 4A 3B E
Octal 60 72 17 21 0 112 115 112 73 16
Binary 110000 111010 1111 10001 0 1001010 1001101 1001010 111011 1110

Color Harmonies of #303A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A0F

Black with #303A0F

Text Example


Text Example

White with #303A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303A0F; }

 p { color: rgb(48,58,15); }

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

background-color css

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

 a { background-color: rgb(48,58,15); }

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

border-color css

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

 span { border-color: rgb(48,58,15); }

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