Html Css Color HEX #30350D Turtle Green

📋 copy color: '#30350D'

red 48 ◦ green 53 ◦ blue 13

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

Shades of Turtle Green #30350D

Tints of Turtle Green #30350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.49%

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

R = 42.11%
G = 46.49%
B = 11.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#30350D (or 0x30350D) is known color: Turtle Green. HEX triplet: 30, 35 and 0D. RGB value is (48,53,13). Sum of RGB (Red+Green+Blue) = 48+53+13=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #30350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350D is #CFCAF2. Grayscale: #2F2F2F. Windows color (decimal): -13617907 or 865584. OLE color: 865584.

HSL color Cylindrical-coordinate representation of color #30350D: hue angle of 67.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30350D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 13 -
CMYK 0.09 0 0.75 0.79
HSL 67.5º 0.61% 0.13% -
HSV(B) 67.5º 0.75% 0.21% -
XYZ 2.56 3.2 0.86 -
YUV 46.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 48 53 13 0.09 0 0.75 0.79 67.5 0.61 0.13
Hex 30 35 D 9 0 4B 4F 44 3D D
Octal 60 65 15 11 0 113 117 104 75 15
Binary 110000 110101 1101 1001 0 1001011 1001111 1000100 111101 1101

Color Harmonies of #30350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30350D

Black with #30350D

Text Example


Text Example

White with #30350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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