#1B3630

Color #1B3630 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #1B3630

Tints of Racing Green #1B3630

Color information

#1B3630 (or 0x1B3630) is unknown color: approx Racing Green. HEX triplet: 1B, 36 and 30. RGB value is (27,54,48). Sum of RGB (Red+Green+Blue) = 27+54+48=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #1B3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3630 is #E4C9CF. Grayscale: #2D2D2D. Windows color (decimal): -14993872 or 3159579. OLE color: 3159579.

HSL color Cylindrical-coordinate representation of color #1B3630: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B3630 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB275448-
CMYK0.500.110.79
HSL166.67º33.33%15.88%-
HSV(B)166.67º50%21.18%-
XYZ2.33.083.27-
YUV45.24129.55114.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.93%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=20.93%
G=41.86%
B=37.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2754480.500.110.79166.6733.3315.88
Hex1B3630320B4Fa72110
Octal336660620131172474120
Binary110111101101100001100100101110011111010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3630; }

 p { color: rgb(27,54,48); }

 H1.HeaderClassName
 {
   color: #1B3630;
 }
 .AnyTagClassName
 {
   color: #1B3630;
 }
</style>
background-color css

<style>
 a { background-color: #1B3630; }

 a { background-color: rgb(27,54,48); }

 div.DivClassName
 {
   background-color: #1B3630;
 }
 .BgClassName
 {
   background-color: #1B3630;
 }
</style>
border-color css

<style>
 span { border-color: #1B3630; }

 span { border-color: rgb(27,54,48); }

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