Html Css Color HEX #30440F Turtle Green

📋 copy color: '#30440F'

red 48 ◦ green 68 ◦ blue 15

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

Shades of Turtle Green #30440F

Tints of Turtle Green #30440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.91%

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

R = 36.64%
G = 51.91%
B = 11.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#30440F (or 0x30440F) is known color: Turtle Green. HEX triplet: 30, 44 and 0F. RGB value is (48,68,15). Sum of RGB (Red+Green+Blue) = 48+68+15=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #30440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30440F is #CFBBF0. Grayscale: #383838. Windows color (decimal): -13614065 or 1000496. OLE color: 1000496.

HSL color Cylindrical-coordinate representation of color #30440F: hue angle of 82.64º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30440F is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 15 -
CMYK 0.29 0 0.78 0.73
HSL 82.64º 0.64% 0.16% -
HSV(B) 82.64º 0.78% 0.27% -
XYZ 3.37 4.8 1.2 -
YUV 55.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 48 68 15 0.29 0 0.78 0.73 82.64 0.64 0.16
Hex 30 44 F 1D 0 4E 49 53 40 10
Octal 60 104 17 35 0 116 111 123 100 20
Binary 110000 1000100 1111 11101 0 1001110 1001001 1010011 1000000 10000

Color Harmonies of #30440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30440F

Black with #30440F

Text Example


Text Example

White with #30440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30440F; }

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

 H1.HeaderClassName
 {
   color: #30440F;
 }
 .AnyTagClassName
 {
   color: #30440F;
 }
</style>

background-color css

<style>
 a { background-color: #30440F; }

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

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

border-color css

<style>
 span { border-color: #30440F; }

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

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