Html Css Color HEX #00B338 Dark Pastel Green

📋 copy color: '#00B338'

red 0 ◦ green 179 ◦ blue 56

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

Shades of Dark Pastel Green #00B338

Tints of Dark Pastel Green #00B338

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 179 (70.31% from 255) = 76.17%

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 0%
G = 76.17%
B = 23.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#00B338 (or 0x00B338) is known color: Dark Pastel Green. HEX triplet: 00, B3 and 38. RGB value is (0,179,56). Sum of RGB (Red+Green+Blue) = 0+179+56=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #00B338 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B338 is #FF4CC7. Grayscale: #6F6F6F. Windows color (decimal): -16731336 or 3715840. OLE color: 3715840.

HSL color Cylindrical-coordinate representation of color #00B338: hue angle of 138.77º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B338 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 179 56 -
CMYK 1 0 0.69 0.30
HSL 138.77º 1% 0.35% -
HSV(B) 138.77º 1% 0.7% -
XYZ 16.83 32.53 9.13 -
YUV 111.46 96.7 48.5 -
System Red Green Blue C M Y K H S L
Decimal 0 179 56 1 0 0.69 0.30 138.77 1 0.35
Hex 0 B3 38 64 0 45 1E 8B 64 23
Octal 0 263 70 144 0 105 36 213 144 43
Binary 0 10110011 111000 1100100 0 1000101 11110 10001011 1100100 100011

Color Harmonies of #00B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B338

Black with #00B338

Text Example


Text Example

White with #00B338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B338; }

 p { color: rgb(0,179,56); }

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

background-color css

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

 a { background-color: rgb(0,179,56); }

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

border-color css

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

 span { border-color: rgb(0,179,56); }

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