Html Css Color HEX #249283 Java

📋 copy color: '#249283'

red 36 ◦ green 146 ◦ blue 131

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

Shades of Java #249283

Tints of Java #249283

RGB

 RED value IS 36 (14.45% from 255) = 11.5%

 GREEN value IS 146 (57.42% from 255) = 46.65%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 11.5%
G = 46.65%
B = 41.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#249283 (or 0x249283) is known color: Java. HEX triplet: 24, 92 and 83. RGB value is (36,146,131). Sum of RGB (Red+Green+Blue) = 36+146+131=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #249283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249283 is #DB6D7C. Grayscale: #6F6F6F. Windows color (decimal): -14380413 or 8622628. OLE color: 8622628.

HSL color Cylindrical-coordinate representation of color #249283: hue angle of 171.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249283 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 146 131 -
CMYK 0.75 0 0.10 0.43
HSL 171.82º 0.6% 0.36% -
HSV(B) 171.82º 0.75% 0.57% -
XYZ 15.1 22.57 25.03 -
YUV 111.4 139.06 74.22 -
System Red Green Blue C M Y K H S L
Decimal 36 146 131 0.75 0 0.10 0.43 171.82 0.6 0.36
Hex 24 92 83 4B 0 A 2B AC 3C 24
Octal 44 222 203 113 0 12 53 254 74 44
Binary 100100 10010010 10000011 1001011 0 1010 101011 10101100 111100 100100

Color Harmonies of #249283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249283

Black with #249283

Text Example


Text Example

White with #249283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249283; }

 p { color: rgb(36,146,131); }

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

background-color css

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

 a { background-color: rgb(36,146,131); }

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

border-color css

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

 span { border-color: rgb(36,146,131); }

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