Html Css Color HEX #233025 Gordons Green

📋 copy color: '#233025'

red 35 ◦ green 48 ◦ blue 37

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

Shades of Gordons Green #233025

Tints of Gordons Green #233025

RGB

 RED value IS 35 (14.06% from 255) = 29.17%

 GREEN value IS 48 (19.14% from 255) = 40%

 BLUE value IS 37 (14.84% from 255) = 30.83%

R = 29.17%
G = 40%
B = 30.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#233025 (or 0x233025) is known color: Gordons Green. HEX triplet: 23, 30 and 25. RGB value is (35,48,37). Sum of RGB (Red+Green+Blue) = 35+48+37=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #233025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233025 is #DCCFDA. Grayscale: #2A2A2A. Windows color (decimal): -14471131 or 2437155. OLE color: 2437155.

HSL color Cylindrical-coordinate representation of color #233025: hue angle of 129.23º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #233025 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 48 37 -
CMYK 0.27 0 0.23 0.81
HSL 129.23º 0.16% 0.16% -
HSV(B) 129.23º 0.27% 0.19% -
XYZ 2.08 2.6 2.14 -
YUV 42.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 35 48 37 0.27 0 0.23 0.81 129.23 0.16 0.16
Hex 23 30 25 1B 0 17 51 81 10 10
Octal 43 60 45 33 0 27 121 201 20 20
Binary 100011 110000 100101 11011 0 10111 1010001 10000001 10000 10000

Color Harmonies of #233025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233025

Black with #233025

Text Example


Text Example

White with #233025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233025; }

 p { color: rgb(35,48,37); }

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

background-color css

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

 a { background-color: rgb(35,48,37); }

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

border-color css

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

 span { border-color: rgb(35,48,37); }

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