Html Css Color HEX #28330B Turtle Green

📋 copy color: '#28330B'

red 40 ◦ green 51 ◦ blue 11

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

Shades of Turtle Green #28330B

Tints of Turtle Green #28330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50%

 BLUE value IS 11 (4.69% from 255) = 10.78%

R = 39.22%
G = 50%
B = 10.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#28330B (or 0x28330B) is known color: Turtle Green. HEX triplet: 28, 33 and 0B. RGB value is (40,51,11). Sum of RGB (Red+Green+Blue) = 40+51+11=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #28330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28330B is #D7CCF4. Grayscale: #2B2B2B. Windows color (decimal): -14142709 or 733992. OLE color: 733992.

HSL color Cylindrical-coordinate representation of color #28330B: hue angle of 76.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28330B is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB 40 51 11 -
CMYK 0.22 0 0.78 0.8
HSL 76.5º 0.65% 0.12% -
HSV(B) 76.5º 0.78% 0.2% -
XYZ 2.12 2.84 0.75 -
YUV 43.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 40 51 11 0.22 0 0.78 0.8 76.5 0.65 0.12
Hex 28 33 B 16 0 4E 50 4C 41 C
Octal 50 63 13 26 0 116 120 114 101 14
Binary 101000 110011 1011 10110 0 1001110 1010000 1001100 1000001 1100

Color Harmonies of #28330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28330B

Black with #28330B

Text Example


Text Example

White with #28330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28330B; }

 p { color: rgb(40,51,11); }

 H1.HeaderClassName
 {
   color: #28330B;
 }
 .AnyTagClassName
 {
   color: #28330B;
 }
</style>

background-color css

<style>
 a { background-color: #28330B; }

 a { background-color: rgb(40,51,11); }

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

border-color css

<style>
 span { border-color: #28330B; }

 span { border-color: rgb(40,51,11); }

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