Html Css Color HEX #28380A Turtle Green

📋 copy color: '#28380A'

red 40 ◦ green 56 ◦ blue 10

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

Shades of Turtle Green #28380A

Tints of Turtle Green #28380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 52.83%

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

R = 37.74%
G = 52.83%
B = 9.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#28380A (or 0x28380A) is known color: Turtle Green. HEX triplet: 28, 38 and 0A. RGB value is (40,56,10). Sum of RGB (Red+Green+Blue) = 40+56+10=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #28380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28380A is #D7C7F5. Grayscale: #2E2E2E. Windows color (decimal): -14141430 or 669736. OLE color: 669736.

HSL color Cylindrical-coordinate representation of color #28380A: hue angle of 80.87º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28380A is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 56 10 -
CMYK 0.29 0 0.82 0.78
HSL 80.87º 0.7% 0.13% -
HSV(B) 80.87º 0.82% 0.22% -
XYZ 2.34 3.3 0.8 -
YUV 45.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 40 56 10 0.29 0 0.82 0.78 80.87 0.7 0.13
Hex 28 38 A 1D 0 52 4E 51 46 D
Octal 50 70 12 35 0 122 116 121 106 15
Binary 101000 111000 1010 11101 0 1010010 1001110 1010001 1000110 1101

Color Harmonies of #28380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28380A

Black with #28380A

Text Example


Text Example

White with #28380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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