Html Css Color HEX #125230 Crusoe

📋 copy color: '#125230'

red 18 ◦ green 82 ◦ blue 48

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

Shades of Crusoe #125230

Tints of Crusoe #125230

RGB

 RED value IS 18 (7.42% from 255) = 12.16%

 GREEN value IS 82 (32.42% from 255) = 55.41%

 BLUE value IS 48 (19.14% from 255) = 32.43%

R = 12.16%
G = 55.41%
B = 32.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#125230 (or 0x125230) is known color: Crusoe. HEX triplet: 12, 52 and 30. RGB value is (18,82,48). Sum of RGB (Red+Green+Blue) = 18+82+48=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #125230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125230 is #EDADCF. Grayscale: #3B3B3B. Windows color (decimal): -15576528 or 3166738. OLE color: 3166738.

HSL color Cylindrical-coordinate representation of color #125230: hue angle of 148.12º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125230 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 48 -
CMYK 0.78 0 0.41 0.68
HSL 148.13º 0.64% 0.2% -
HSV(B) 148.13º 0.78% 0.32% -
XYZ 3.8 6.38 3.83 -
YUV 58.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 18 82 48 0.78 0 0.41 0.68 148.13 0.64 0.2
Hex 12 52 30 4E 0 29 44 94 40 14
Octal 22 122 60 116 0 51 104 224 100 24
Binary 10010 1010010 110000 1001110 0 101001 1000100 10010100 1000000 10100

Color Harmonies of #125230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125230

Black with #125230

Text Example


Text Example

White with #125230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125230; }

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

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

background-color css

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

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

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

border-color css

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

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

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