Html Css Color HEX #303D14 Turtle Green

📋 copy color: '#303D14'

red 48 ◦ green 61 ◦ blue 20

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

Shades of Turtle Green #303D14

Tints of Turtle Green #303D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.29%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 37.21%
G = 47.29%
B = 15.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#303D14 (or 0x303D14) is known color: Turtle Green. HEX triplet: 30, 3D and 14. RGB value is (48,61,20). Sum of RGB (Red+Green+Blue) = 48+61+20=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #303D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D14 is #CFC2EB. Grayscale: #343434. Windows color (decimal): -13615852 or 1326384. OLE color: 1326384.

HSL color Cylindrical-coordinate representation of color #303D14: hue angle of 79.02º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303D14 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 61 20 -
CMYK 0.21 0 0.67 0.76
HSL 79.02º 0.51% 0.16% -
HSV(B) 79.02º 0.67% 0.24% -
XYZ 3.01 4.02 1.28 -
YUV 52.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 48 61 20 0.21 0 0.67 0.76 79.02 0.51 0.16
Hex 30 3D 14 15 0 43 4C 4F 33 10
Octal 60 75 24 25 0 103 114 117 63 20
Binary 110000 111101 10100 10101 0 1000011 1001100 1001111 110011 10000

Color Harmonies of #303D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D14

Black with #303D14

Text Example


Text Example

White with #303D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,20); }

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

background-color css

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

 a { background-color: rgb(48,61,20); }

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

border-color css

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

 span { border-color: rgb(48,61,20); }

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