#125B30

Color #125B30 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #125B30

Tints of Crusoe #125B30

Color information

#125B30 (or 0x125B30) is unknown color: approx Crusoe. HEX triplet: 12, 5B and 30. RGB value is (18,91,48). Sum of RGB (Red+Green+Blue) = 18+91+48=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #125B30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B30 is #EDA4CF. Grayscale: #404040. Windows color (decimal): -15574224 or 3169042. OLE color: 3169042.

HSL color Cylindrical-coordinate representation of color #125B30: hue angle of 144.66º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B30 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB189148-
CMYK0.8000.470.64
HSL144.66º66.97%21.37%-
HSV(B)144.66º80.22%35.69%-
XYZ4.527.824.07-
YUV64.27118.8295-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 91 (35.94% from 255) = 57.96%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=11.46%
G=57.96%
B=30.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891480.8000.470.64144.6666.9721.37
Hex125B305002F40914315
Octal221336012005710022110325
Binary10010101101111000010100000101111100000010010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B30; }

 p { color: rgb(18,91,48); }

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

<style>
 a { background-color: #125B30; }

 a { background-color: rgb(18,91,48); }

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

<style>
 span { border-color: #125B30; }

 span { border-color: rgb(18,91,48); }

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