Html Css Color HEX #30540D Turtle Green

📋 copy color: '#30540D'

red 48 ◦ green 84 ◦ blue 13

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

Shades of Turtle Green #30540D

Tints of Turtle Green #30540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 57.93%

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

R = 33.1%
G = 57.93%
B = 8.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#30540D (or 0x30540D) is known color: Turtle Green. HEX triplet: 30, 54 and 0D. RGB value is (48,84,13). Sum of RGB (Red+Green+Blue) = 48+84+13=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #30540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30540D is #CFABF2. Grayscale: #414141. Windows color (decimal): -13609971 or 873520. OLE color: 873520.

HSL color Cylindrical-coordinate representation of color #30540D: hue angle of 90.42º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30540D is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 13 -
CMYK 0.43 0 0.85 0.67
HSL 90.42º 0.73% 0.19% -
HSV(B) 90.42º 0.85% 0.33% -
XYZ 4.46 7 1.5 -
YUV 65.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 48 84 13 0.43 0 0.85 0.67 90.42 0.73 0.19
Hex 30 54 D 2B 0 55 43 5A 49 13
Octal 60 124 15 53 0 125 103 132 111 23
Binary 110000 1010100 1101 101011 0 1010101 1000011 1011010 1001001 10011

Color Harmonies of #30540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30540D

Black with #30540D

Text Example


Text Example

White with #30540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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