Html Css Color HEX #28300A Turtle Green

📋 copy color: '#28300A'

red 40 ◦ green 48 ◦ blue 10

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

Shades of Turtle Green #28300A

Tints of Turtle Green #28300A

RGB

 RED value IS 40 (16.02% from 255) = 40.82%

 GREEN value IS 48 (19.14% from 255) = 48.98%

 BLUE value IS 10 (4.3% from 255) = 10.2%

R = 40.82%
G = 48.98%
B = 10.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#28300A (or 0x28300A) is known color: Turtle Green. HEX triplet: 28, 30 and 0A. RGB value is (40,48,10). Sum of RGB (Red+Green+Blue) = 40+48+10=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #28300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28300A is #D7CFF5. Grayscale: #292929. Windows color (decimal): -14143478 or 667688. OLE color: 667688.

HSL color Cylindrical-coordinate representation of color #28300A: hue angle of 72.63º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28300A is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 10 -
CMYK 0.17 0 0.79 0.81
HSL 72.63º 0.66% 0.11% -
HSV(B) 72.63º 0.79% 0.19% -
XYZ 1.99 2.59 0.68 -
YUV 41.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 40 48 10 0.17 0 0.79 0.81 72.63 0.66 0.11
Hex 28 30 A 11 0 4F 51 49 42 B
Octal 50 60 12 21 0 117 121 111 102 13
Binary 101000 110000 1010 10001 0 1001111 1010001 1001001 1000010 1011

Color Harmonies of #28300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28300A

Black with #28300A

Text Example


Text Example

White with #28300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28300A; }

 p { color: rgb(40,48,10); }

 H1.HeaderClassName
 {
   color: #28300A;
 }
 .AnyTagClassName
 {
   color: #28300A;
 }
</style>

background-color css

<style>
 a { background-color: #28300A; }

 a { background-color: rgb(40,48,10); }

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

border-color css

<style>
 span { border-color: #28300A; }

 span { border-color: rgb(40,48,10); }

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