Html Css Color HEX #30450F Turtle Green

📋 copy color: '#30450F'

red 48 ◦ green 69 ◦ blue 15

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

Shades of Turtle Green #30450F

Tints of Turtle Green #30450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.27%

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

R = 36.36%
G = 52.27%
B = 11.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#30450F (or 0x30450F) is known color: Turtle Green. HEX triplet: 30, 45 and 0F. RGB value is (48,69,15). Sum of RGB (Red+Green+Blue) = 48+69+15=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #30450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30450F is #CFBAF0. Grayscale: #383838. Windows color (decimal): -13613809 or 1000752. OLE color: 1000752.

HSL color Cylindrical-coordinate representation of color #30450F: hue angle of 83.33º 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 #30450F is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 15 -
CMYK 0.30 0 0.78 0.73
HSL 83.33º 0.64% 0.16% -
HSV(B) 83.33º 0.78% 0.27% -
XYZ 3.43 4.92 1.22 -
YUV 56.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 48 69 15 0.30 0 0.78 0.73 83.33 0.64 0.16
Hex 30 45 F 1E 0 4E 49 53 40 10
Octal 60 105 17 36 0 116 111 123 100 20
Binary 110000 1000101 1111 11110 0 1001110 1001001 1010011 1000000 10000

Color Harmonies of #30450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30450F

Black with #30450F

Text Example


Text Example

White with #30450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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