#2B5C5A

Color #2B5C5A Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #2B5C5A

Tints of Oracle #2B5C5A

Color information

#2B5C5A (or 0x2B5C5A) is unknown color: approx Oracle. HEX triplet: 2B, 5C and 5A. RGB value is (43,92,90). Sum of RGB (Red+Green+Blue) = 43+92+90=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C5A is #D4A3A5. Grayscale: #4D4D4D. Windows color (decimal): -13935526 or 5921835. OLE color: 5921835.

HSL color Cylindrical-coordinate representation of color #2B5C5A: hue angle of 177.55º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C5A is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB439290-
CMYK0.5300.020.64
HSL177.55º36.3%26.47%-
HSV(B)177.55º53.26%36.08%-
XYZ6.678.9111.04-
YUV77.12135.27103.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 90 (35.55% from 255) = 40%
R=19.11%
G=40.89%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392900.5300.020.64177.5536.326.47
Hex2B5C5A350240b2241a
Octal5313413265021002624432
Binary1010111011100101101011010101010000001011001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B5C5A; }

 p { color: rgb(43,92,90); }

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

<style>
 a { background-color: #2B5C5A; }

 a { background-color: rgb(43,92,90); }

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

<style>
 span { border-color: #2B5C5A; }

 span { border-color: rgb(43,92,90); }

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