Html Css Color HEX #30400D Turtle Green

📋 copy color: '#30400D'

red 48 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #30400D

Tints of Turtle Green #30400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 38.4%
G = 51.2%
B = 10.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#30400D (or 0x30400D) is known color: Turtle Green. HEX triplet: 30, 40 and 0D. RGB value is (48,64,13). Sum of RGB (Red+Green+Blue) = 48+64+13=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #30400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30400D is #CFBFF2. Grayscale: #353535. Windows color (decimal): -13615091 or 868400. OLE color: 868400.

HSL color Cylindrical-coordinate representation of color #30400D: hue angle of 78.82º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30400D is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 13 -
CMYK 0.25 0 0.80 0.75
HSL 78.82º 0.66% 0.15% -
HSV(B) 78.82º 0.8% 0.25% -
XYZ 3.12 4.32 1.05 -
YUV 53.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 48 64 13 0.25 0 0.80 0.75 78.82 0.66 0.15
Hex 30 40 D 19 0 50 4B 4F 42 F
Octal 60 100 15 31 0 120 113 117 102 17
Binary 110000 1000000 1101 11001 0 1010000 1001011 1001111 1000010 1111

Color Harmonies of #30400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30400D

Black with #30400D

Text Example


Text Example

White with #30400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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